aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2092/+0
2018-09-25TLS: support encrypted_server_name extension (0xffce) (esni-01)Peter Wu1-1/+39
2018-09-19QUIC: Add new initial_max_stream_* TP (draft -14)Alexis La Goutte1-15/+29
2018-09-18QUIC: Remove old Hello Extension (26)Alexis La Goutte1-1/+0
2018-09-17QUIC: implement decryption using new traffic secrets (draft -13)Peter Wu1-0/+7
2018-09-16QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)Peter Wu1-0/+1
2018-09-16QUIC: Add TP disable migration from draft-13Alexis La Goutte1-0/+1
2018-09-16QUIC: Fix typo and align codeAlexis La Goutte1-7/+7
2018-09-16QUIC: Update TP to draft-12Alexis La Goutte1-2/+59
2018-09-16QUIC: Update assigned Transport Parameters (draft-13)Alexis La Goutte1-1/+2
2018-09-16QUIC: Remove OMIT_CONNECTION_ID Transport ParameterAlexis La Goutte1-1/+0
2018-09-15ssl,ssl-utils: remove PCT supportPeter Wu1-57/+0
2018-09-11Avoid collision between parameter names and function names.Guy Harris1-1/+1
2018-08-11TLS13: update references to RFC 8446, remove old extensionPeter Wu1-10/+3
2018-06-30Minimal support for ECJPAKE.Markus Becker1-0/+1
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-0/+8
2018-05-14QUIC: fix initial_max_streams_* decoding and rename itPeter Wu1-8/+8
2018-04-23QUIC: fix decoding of initial_max_streams_uni/bidiPeter Wu1-2/+2
2018-04-18QUIC: add draft version and rename some transport parameters (draft-11)Peter Wu1-11/+11
2018-03-21TLS: allow cipher information to be retrievedPeter Wu1-0/+5
2018-03-21TLS13: TLS-Exporter interface for QUIC decryptionPeter Wu1-0/+8
2018-03-15TLS13: implement trial decryption for early dataPeter Wu1-0/+1
2018-03-15(D)TLS: restrict ssl.ignore_ssl_mac_failed preference to sslPeter Wu1-0/+2
2018-03-12TLS13: prepare for early data trial decryptionPeter Wu1-0/+7
2018-02-21TLS: allow QUIC dissector to pass HKDF label for ciphersPeter Wu1-4/+4
2018-02-15Move hkdf_extract to wsgcrypt.hPeter Wu1-11/+0
2018-02-13ssl: Add session ticket lifetime units in secondsStig Bjørlykke1-1/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12Extract HKDF-Expand from TLS 1.3 dissectorPeter Wu1-3/+3
2018-02-02quic: fix secret memleaks.Jakub Zawadzki1-1/+1
2018-01-14TLS13: update for draft -23 (new version and extensions)Peter Wu1-1/+3
2018-01-03TLS(QUIC): Enhance MAX_STREAM_ID parameter (from draft-08)Alexis La Goutte1-6/+14
2018-01-03TLS(QUIC): Add ACK_delay_exponent parameter from draft-07Alexis La Goutte1-1/+8
2017-12-25TLS13,QUIC: prepare for QUIC decryptionPeter Wu1-0/+29
2017-11-26TLS13: update for draft -22 (Server Hello, HRR, CCS, NST)Peter Wu1-4/+8
2017-11-23ssl(-utils.h): fix parameter 'src' not found in the function declaration [-Wd...Alexis La Goutte1-1/+1
2017-11-12ssl-utils: Add export ssl_data_allocAlexis La Goutte1-0/+6
2017-10-22ssl-utils: Add export tls13_hkdf_expand_labelAlexis La Goutte1-0/+5
2017-10-15ssl: assume everything after CCS is encryptedPeter Wu1-0/+2
2017-10-04TLS: enable OCSP status dissection for TLS 1.3 and DTLSPeter Wu1-6/+32
2017-09-18TLS13: restore draft -18 support for HRRPeter Wu1-0/+8
2017-09-15TLS13: add ticket_early_data_info extension (draft -18)Peter Wu1-0/+1
2017-09-11TLS13: add new Signature AlgorithmsPeter Wu1-6/+7
2017-09-10ssl: fix subdissection with multiple TLS records per packetPeter Wu1-2/+2
2017-09-05QUIC (TLS): Add stateless_reset_token parameterAlexis La Goutte1-1/+8
2017-08-12TLS: Add QUIC Transport ParametersAlexis La Goutte1-2/+100
2017-07-09TLS13: Add Ticket nonceAlexis La Goutte1-1/+13
2017-06-02Add ChaCha20-Poly1305 decryption support for TLS 1.2 and 1.3Peter Wu1-2/+5
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-0/+2
2017-05-19TLS: Add Reserved Extension type from GREASEAlexis La Goutte1-0/+16