summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-28(D)TLS: fix type of record sequence numberTLS13Peter Wu1-18/+6
2017-01-28TLS: fix decryption of renegotiated sessionsPeter Wu1-1/+6
2017-01-28(D)TLS: consolidate and simplify decrypted records handlingPeter Wu1-71/+36
2017-01-27ssl-utils: recognize new TLS 1.3 keylog formatPeter Wu1-3/+36
2017-01-09TLS(1.3): update PSK extension for draft -18Peter Wu1-60/+46
2016-12-31TLS(1.3): Add PSK Key Exchanges Modes (45) hello extensionAlexis La Goutte1-1/+39
2016-12-06DTLS: add support for use_srtp extension (RFC 5764)Peter Wu1-6/+18
2016-11-11ssl: fix next_protocol_negotiation idPeter Wu1-1/+1
2016-11-02TLS(1.3): Add new AlertAlexis La Goutte1-0/+3
2016-10-13TLS(1.3): with draft-16, Server Hello return draft release (0x7fxx)Alexis La Goutte1-0/+3
2016-10-12TLS(1.3): Add Supported Versions (43) Hello extensionAlexis La Goutte1-0/+30
2016-10-09TLS(1.3): Add new cipher from TLS 1.3Alexis La Goutte1-0/+6
2016-10-07TLS: Fix typo after g989dcef3Alexis La Goutte1-1/+1
2016-10-07TLS(1.3): Add Hello Retry Request (6) extensionAlexis La Goutte1-0/+29
2016-10-07TLS(1.3): Add cookie (44) hello extensionAlexis La Goutte1-0/+23
2016-10-03ssl: use ws_strtou function.Dario Lombardo1-6/+14
2016-09-29TLS: Fix indent of SNI hello extensionAlexis La Goutte1-31/+31
2016-09-27TLS(1.3): Add Early Data (42) Hello extensionAlexis La Goutte1-0/+23
2016-09-27ssl: fix crash when setting RSA key file without valid protocolPeter Wu1-2/+2
2016-09-25ssl: fix exact matching of ALPN protocol namesPeter Wu1-10/+11
2016-09-24ssl-utils: fix decryption of NULL ciphersPeter Wu1-2/+5
2016-09-24TLS: Update Hello ExtensionType listAlexis La Goutte1-34/+33
2016-09-23TLS: use define value for ssl_versions value stringAlexis La Goutte1-13/+13
2016-09-21TLS: no extension length on padding extensionAlexis La Goutte1-27/+2
2016-09-20TLS(1.3): Add Pre-Shared Key (41) Hello extensionAlexis La Goutte1-0/+115
2016-09-16TLS(1.3): Add Share Key (40) Hello extensionAlexis La Goutte1-0/+63
2016-09-16TLS: Pass directly the handshake_type to dissect_hnd_hello_extAlexis La Goutte1-19/+34
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-0/+6
2016-09-16TLS(1.3): Fix Server HelloAlexis La Goutte1-36/+46
2016-09-16TLS(1.3): Add TLS 1.3 value for version HandshakeAlexis La Goutte1-0/+3
2016-09-16ssl-utils: fix -Wshorten-64-to-32 and other warningsPeter Wu1-2/+1
2016-09-16Squelch some compiler warnings.Guy Harris1-3/+3
2016-09-16ssl-utils: fix runtime memory leakPeter Wu1-5/+21
2016-09-16ssl-utils: remove block and key sizes from cipher suites tablePeter Wu1-327/+382
2016-09-16ssl-utils: fix buffer overrun (read) with AEAD cipher suitesPeter Wu1-3/+6
2016-09-15eap: fix EAPOL conversation tracking, fixes TLS decryptionPeter Wu1-1/+1
2016-09-11TLS: Enhance display of Hello ExtensionAlexis La Goutte1-6/+4
2016-09-09ssl: set protocol column to "TLS" when possiblePeter Wu1-1/+5
2016-09-06ssl: fix TLS renegotiation, add test for thisPeter Wu1-4/+53
2016-09-06ssl: really fix session resumption expert infoPeter Wu1-4/+6
2016-09-04ssl,http: rename http-over-ssl to http-over-tlsPeter Wu1-2/+11
2016-08-30ssl: fix wrong detection of non-resumed renegotiated sessionPeter Wu1-0/+2
2016-08-03SSL utils: Add proper check while getting bag typeJaap Keuter1-2/+6
2016-07-28Fixed compile error in packet-ssl-utils.c when HAVE_LIBCRYPT not definedKim Kempf1-2/+2
2016-07-27ssl-utils: ensure that the cipher suite matches decoderPeter Wu1-62/+72
2016-07-01Don't leak a file descriptor when changing the SSL debug file name.Jeff Morriss1-1/+4
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-4/+4
2016-05-01IMAP: Add heuristic check for TLSJoão Valverde1-5/+19
2016-04-21Link version code statically againJoão Valverde1-1/+1