aboutsummaryrefslogtreecommitdiffstats
path: root/epan/secrets.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Replace g_log() calls with ws_log()João Valverde1-7/+8
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-2/+1
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+3
2021-01-02GnuTLS: Bump minimum version to 3.3.0John Thacker1-4/+0
2020-01-15Fix UAT PKCS #11 Library handle leakTomasz Moń1-0/+3
2019-08-01epan: Work around a p11-kit bug on Windows.Gerald Combs1-0/+10
2019-01-29secrets: add functions to query and validate pkcs11 tokens/key filesPeter Wu1-5/+143
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu1-0/+221
2018-12-14secrets: clarify debug message, fix endianess swapPeter Wu1-1/+2
2018-12-13secrets: fix build with GnuTLS 3.4.0 and olderPeter Wu1-0/+3
2018-12-13Add new "rsa_keys" UAT for storage of RSA private keysPeter Wu1-2/+198
2018-12-01TLS: really delay key lookup until it is necessaryPeter Wu1-0/+36
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+58