aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-8928/+0
2018-09-25TLS: support encrypted_server_name extension (0xffce) (esni-01)Peter Wu1-0/+57
2018-09-19QUIC: Add new initial_max_stream_* TP (draft -14)Alexis La Goutte1-5/+21
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/+27
2018-09-16QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)Peter Wu1-0/+8
2018-09-16QUIC: Add TP disable migration from draft-13Alexis La Goutte1-0/+5
2018-09-16QUIC: Fix typo and align codeAlexis La Goutte1-1/+1
2018-09-16QUIC: Update TP to draft-12Alexis La Goutte1-5/+65
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-4/+0
2018-09-15ssl,ssl-utils: remove PCT supportPeter Wu1-78/+0
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-0/+2
2018-09-13Start renaming SSL to TLS.Gerald Combs1-13/+13
2018-09-11Avoid collision between parameter names and function names.Guy Harris1-3/+3
2018-08-17TLS13: properly skip over failed decryption of early dataPeter Wu1-7/+10
2018-08-13ssl: Remove SSL_VER_UNKNOWN from ssl_version_short_namesStig Bjørlykke1-1/+0
2018-08-11TLS13: update references to RFC 8446, remove old extensionPeter Wu1-49/+45
2018-08-08ssl-utils: fix key log read after EOFPeter Wu1-1/+10
2018-07-03ssl-utils: Add missing entry for ECJPAKE in ssl_31_ciphersuite[] and ssl_get_...Markus Becker1-0/+4
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-5/+2
2018-06-30Minimal support for ECJPAKE.Markus Becker1-0/+7
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-54/+62
2018-05-26Fix STUN-over-SSL/TLS/DTLS.Guy Harris1-7/+28
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