summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-28(D)TLS: fix type of record sequence numberTLS13Peter Wu1-1/+1
2017-01-28(D)TLS: consolidate and simplify decrypted records handlingPeter Wu1-22/+11
2017-01-27ssl-utils: recognize new TLS 1.3 keylog formatPeter Wu1-0/+6
2017-01-09TLS(1.3): update PSK extension for draft -18Peter Wu1-27/+20
2016-12-31TLS(1.3): Add PSK Key Exchanges Modes (45) hello extensionAlexis La Goutte1-1/+14
2016-12-06DTLS: add support for use_srtp extension (RFC 5764)Peter Wu1-1/+2
2016-11-30ssl,dtls: add expert info for overly large record lengthsPeter Wu1-1/+9
2016-11-11ssl: fix next_protocol_negotiation idPeter Wu1-1/+1
2016-10-28SSL: fix fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-12TLS(1.3): Add Supported Versions (43) Hello extensionAlexis La Goutte1-1/+14
2016-10-07TLS: Display extension type with decimal (like IANA)Alexis La Goutte1-1/+1
2016-10-07TLS(1.3): Add Hello Retry Request (6) extensionAlexis La Goutte1-1/+13
2016-10-07TLS(1.3): Add cookie (44) hello extensionAlexis La Goutte1-1/+13
2016-09-27TLS(1.3): Add Early Data (42) Hello extensionAlexis La Goutte1-0/+7
2016-09-24TLS: Update Hello ExtensionType listAlexis La Goutte1-23/+39
2016-09-21TLS: no extension length on padding extensionAlexis La Goutte1-16/+1
2016-09-20TLS(1.3): Add Pre-Shared Key (41) Hello extensionAlexis La Goutte1-2/+57
2016-09-16TLS(1.3): Add Share Key (40) Hello extensionAlexis La Goutte1-2/+30
2016-09-16TLS(1.3): Add new Hello extension listAlexis La Goutte1-0/+4
2016-09-16TLS(1.3): Add (experimental) extension 'Draft version TLS 1.3'Alexis La Goutte1-1/+10
2016-09-16TLS(1.3): Fix Server HelloAlexis La Goutte1-2/+8
2016-09-16TLS(1.3): Add TLS 1.3 value for version HandshakeAlexis La Goutte1-0/+1
2016-09-16ssl-utils: remove block and key sizes from cipher suites tablePeter Wu1-3/+7
2016-09-06ssl: really fix session resumption expert infoPeter Wu1-1/+0
2016-09-04ssl,http: rename http-over-ssl to http-over-tlsPeter Wu1-0/+3
2016-07-27ssl-utils: ensure that the cipher suite matches decoderPeter Wu1-6/+5
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss1-6/+0
2016-05-31ssl: export ssl_starttls_* functions so they can be used by plugins.jpmendoza1-2/+2
2016-05-01IMAP: Add heuristic check for TLSJoão Valverde1-0/+12
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-02-19ssl: fix decryption when session ticket is not usedPeter Wu1-3/+3
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-0/+6
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu1-1/+7
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu1-15/+7
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-22/+5
2015-11-07ssl: add expert info for session resumptionPeter Wu1-2/+22
2015-10-29ssl-utils: add versions to ssl debug logPeter Wu1-4/+1
2015-10-16ssl-utils: allow gcrypt without GnuTLS, improve structurePeter Wu1-10/+10
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-11/+3
2015-10-07ssl-utils: simplify private key storage, fix resource leaksPeter Wu1-24/+1
2015-08-21SSL: refine KEX handling and fix _anon KEX dissectingTimo Warns1-5/+19
2015-07-15ssl-utils: remove unused, broken libgcrypt codePeter Wu1-9/+8
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu1-1/+4
2015-06-16TLS Decryption is now possible with a user provided PMS and Client Random valuesAdam Pridgen1-0/+1
2015-05-26Remove proto_tree_add_text from packet-ssl-utils.cMichael Mann1-3/+14
2015-03-12ssl,dtls: fix CertificateVerify dissection for TLSv1.2Peter Wu1-0/+18
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu1-11/+32
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-1/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-5/+5
2014-11-24SSL: Implement Extended Master SecretDave Tapuska1-0/+9