aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-14QUIC: fix initial_max_streams_* decoding and rename itPeter Wu1-8/+8
2018-04-24TLS13: add draft-27 and draft-28 version numbersPeter Wu1-0/+2
2018-04-23QUIC: fix decoding of initial_max_streams_uni/bidiPeter Wu1-4/+10
2018-04-18QUIC: add draft version and rename some transport parameters (draft-11)Peter Wu1-7/+7
2018-03-21TLS: allow cipher information to be retrievedPeter Wu1-0/+6
2018-03-21TLS13: TLS-Exporter interface for QUIC decryptionPeter Wu1-4/+26
2018-03-20TLS13: fix decryption with KeyUpdate after draft -20Peter Wu1-5/+9
2018-03-15ssl-utils: fix compilation if not HAVE_LIBGCRYPT_AEAD.Dario Lombardo1-2/+6
2018-03-15TLS13: support draft 25 and 26Peter Wu1-1/+15
2018-03-15TLS13: implement trial decryption for early dataPeter Wu1-10/+15
2018-03-15(D)TLS: restrict ssl.ignore_ssl_mac_failed preference to sslPeter Wu1-5/+7
2018-03-12TLS13: prepare for early data trial decryptionPeter Wu1-8/+21
2018-02-24TLS1.3: Add support of draft-24Alexis La Goutte1-0/+1
2018-02-23QUIC (TLS): Remove support of draft < 08Alexis La Goutte1-13/+4
2018-02-21TLS: allow QUIC dissector to pass HKDF label for ciphersPeter Wu1-22/+24
2018-02-13ssl: Add session ticket lifetime units in secondsStig Bjørlykke1-2/+9
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12Extract HKDF-Expand from TLS 1.3 dissectorPeter Wu1-52/+49
2018-02-02quic: fix secret memleaks.Jakub Zawadzki1-1/+1
2018-01-14TLS13: update for draft -23 (new version and extensions)Peter Wu1-5/+13
2018-01-10TLS(QUIC): minimal Transport Parameter Length is 22Alexis La Goutte1-3/+3
2018-01-03TLS(QUIC): Enhance MAX_STREAM_ID parameter (from draft-08)Alexis La Goutte1-3/+10
2018-01-03TLS(QUIC): Add ACK_delay_exponent parameter from draft-07Alexis La Goutte1-0/+7
2018-01-03QUIC(TLS): Fix length of parameter treeAlexis La Goutte1-0/+1
2018-01-02TLS(QUIC): update TransportParameter to draft-08Alexis La Goutte1-10/+21
2017-12-25TLS13,QUIC: prepare for QUIC decryptionPeter Wu1-1/+61
2017-11-26TLS13: update for draft -22 (Server Hello, HRR, CCS, NST)Peter Wu1-22/+98
2017-11-12ssl-utils: Add export ssl_data_allocAlexis La Goutte1-1/+1
2017-10-22ssl-utils: Add export tls13_hkdf_expand_labelAlexis La Goutte1-1/+1
2017-10-15ssl: assume everything after CCS is encryptedPeter Wu1-0/+5
2017-10-04TLS: enable OCSP status dissection for TLS 1.3 and DTLSPeter Wu1-38/+144
2017-10-03TLS13: fix SCT dissection since draft -17Peter Wu1-2/+8
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-18TLS13: restore draft -18 support for HRRPeter Wu1-10/+15
2017-09-18TLS13: restore draft -18 support for CertificateRequestPeter Wu1-10/+24
2017-09-15TLS13: add ticket_early_data_info extension (draft -18)Peter Wu1-0/+2
2017-09-11TLS13: add new Signature AlgorithmsPeter Wu1-22/+51
2017-09-10ssl: fix subdissection with multiple TLS records per packetPeter Wu1-5/+6
2017-09-05QUIC (TLS): Add stateless_reset_token parameterAlexis La Goutte1-0/+7
2017-08-17TLS: Add new cipher suite from draft-ietf-tls-ecdhe-psk-aeadAlexis La Goutte1-0/+5
2017-08-12TLS: Add QUIC Transport ParametersAlexis La Goutte1-0/+157
2017-08-04Clean up private key file error reporting.Guy Harris1-9/+12
2017-07-16ssl,dtls: make some fields in RSA keys dialog optionalPeter Wu1-8/+5
2017-07-09TLS13: Add draft 21 supportAlexis La Goutte1-0/+1
2017-07-09TLS13: Add Ticket nonceAlexis La Goutte1-0/+18
2017-06-06ssl-utils: Build with -Wshorten-64-to-32Stig Bjørlykke1-2/+2
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum1-410/+21
2017-06-02Add ChaCha20-Poly1305 decryption support for TLS 1.2 and 1.3Peter Wu1-12/+50
2017-06-02ssl-utils: fix regression in decryption and Follow SSL StreamPeter Wu1-1/+1
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-2/+4