aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-19TLS: Add Reserved Extension type from GREASEAlexis La Goutte1-0/+16
2017-05-19TLS: add Reserved Supported Group from GREASEAlexis La Goutte1-0/+16
2017-05-19TLS: Update list of Supported Groups RegistryAlexis La Goutte1-2/+2
2017-05-19TLS: Update draft tls-chacha20poly1305 to RFC 7905Alexis La Goutte1-25/+1
2017-05-19TLS: Add Reserved cipher from GREASEAlexis La Goutte1-0/+22
2017-05-14ssl,dtls: fix message hash for extended_master_secretPeter Wu1-1/+5
2017-05-03TLS13: update HKDF-Expand-Label for draft -20Peter Wu1-9/+21
2017-05-03TLS13: update Certificate dissection for draft -20Peter Wu1-84/+91
2017-05-02TLS (1.3): Add new extension 'post_handshake_auth' add on draft 20Alexis La Goutte1-0/+3
2017-05-02TLS: Add support of TLS 1.3 (draft 20)Alexis La Goutte1-0/+1
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1