aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tls.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-4/+4
2018-12-01TLS: really delay key lookup until it is necessaryPeter Wu1-2/+1
2018-11-29(D)TLS: defer RSA private key lookup until it is really neededPeter Wu1-17/+27
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+9
2018-11-01TLS: more SSL -> TLS renamePascal Quantin1-4/+4
2018-11-01Follow SSL -> Follow TLSPascal Quantin1-1/+1
2018-11-01TLS: rename decrypted data source from SSL to TLSPascal Quantin1-1/+1
2018-10-02TLS: fix reassembly regression when extending a PDUPeter Wu1-4/+4
2018-09-30TLS: Add compress_certificate Handshaketype (25)Alexis La Goutte1-0/+6
2018-09-27TLS: fix broken reassembly with multiple PDUs in the same framePeter Wu1-2/+18
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-0/+4222