aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tls-utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-10TLS: add support for "delegated_credentials" extensionNardi Ivan1-0/+11
2020-12-31TLS: fix display of Google QUIC Version in Transport ParametersNardi Ivan1-1/+1
2020-12-17QUIC: update to draft-33Nardi Ivan1-1/+3
2020-12-02packet-tls-utils:Move ssl_sha_init() and ssl_md5_init() out of a loopMoshe Kaplan1-4/+20
2020-12-02QUIC: fix decryption when "loss-bits" feature is enabledNardi Ivan1-2/+5
2020-12-01packet-tls-utils:Replace ssl_md_cleanup() and ssl_md_init() with ssl_md_reset()Moshe Kaplan1-3/+7
2020-12-01packet-tls-utils:Avoid calling ssl_hmac_init() and ssl_hmac_cleanup() in a loopMoshe Kaplan1-8/+38
2020-11-30TLS: debug_file - no comment when processing comment linesChuck Craft1-1/+1
2020-11-08QUIC: improve migration supportNardi Ivan1-0/+6
2020-11-04QUIC: Fix typoAlexis La Goutte1-1/+1
2020-10-16TLS: fix visualization of QUIC Transport Parameter Preferred AddressNardi Ivan1-1/+1
2020-10-04TLS: remove support for deprecated QUIC key formatPeter Wu1-7/+5
2020-10-03Update URLs pointing to the bug database.Guy Harris1-2/+2
2020-09-13TLS: add missing parameters in QUIC Transport ParametersNardi Ivan1-0/+20
2020-09-08TLS: add missing parameters in quic_transport_parameters extensionNardi Ivan1-1/+54
2020-08-11wsutil: define HAVE_LIBGCRYPT_AEAD in wsutil/wsgcrypt.h.Guy Harris1-8/+0
2020-07-14TLS: fix build error without LIBGCRYPT_AEADJoakim Karlsson1-1/+5
2020-07-13QUIC: add GREASE QUIC Bit Transport ParameterAlexis La Goutte1-0/+1
2020-07-12QUIC: improve display of unknown or large Transport Parameter typesPeter Wu1-5/+10
2020-07-10tls: Update list of CT logs to 2020-05-29Peter Wu1-250/+613
2020-07-06tls_utils: Try to fix -Wpointer-sign warnings.Anders Broman1-2/+2
2020-07-03DTLS: Add connection ID extension supportLudovic Cintrat1-5/+127
2020-06-16QUIC: fix Malformed Packet exception with small transport parametersPeter Wu1-1/+1
2020-05-20QUIC: add new transport parameters and error codes (draft-28)Peter Wu1-6/+18
2020-05-15tls: PSK is named "Pre-Shared Key"Stig Bjørlykke1-3/+3
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-3/+3
2020-04-26tls: Add EC J-PAKE Key Exchange ParamsStig Bjørlykke1-20/+156
2020-04-26DTLS: try harder to decrypt broken traces with double CCSPeter Wu1-7/+7
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-7/+7
2020-03-09TLS: Limit the number of DNs in Certificate Request messagesAndre Luyer1-1/+14
2020-03-04QUIC: Add Time Stamp ExtensionAlexis La Goutte1-0/+4
2020-02-22QUIC,TLS: update transport parameter encoding (draft-27)Peter Wu1-29/+68
2020-02-13tls: GREASE changed from draft to RFC 8701Andre Luyer1-39/+39
2020-02-11TLS (QUIC): Add min_ack_delay TPAlexis La Goutte1-0/+7
2020-02-08TLS: update cipher suite listAndre Luyer1-2/+18
2020-01-31TLS: do not dissect OCSP when disabledPeter Wu1-2/+4
2020-01-29tls: update list of known CT logs to 2019-12-23Peter Wu1-50/+227
2020-01-28QUIC: update Retry Packet and comments, rename idle_timeout (draft -25)Peter Wu1-25/+9
2020-01-16QUIC: Add Loss Bits Transport ParameterAlexis La Goutte1-0/+6
2019-11-28TLS: support Facebook's TLS 1.3 draft 23 and 26 versionsPeter Wu1-2/+7
2019-11-16QUIC: Add max_datagram_frame_sizeAlexis La Goutte1-0/+7
2019-11-05TLS: Add facebook TLS 1.3 draft numberAlexis La Goutte1-0/+2
2019-10-09QUIC: Remove some field of Preferred Address TP before draft-18Alexis La Goutte1-8/+0
2019-10-09QUIC: Add support of GREASE Transport ParameterAlexis La Goutte1-1/+19
2019-09-27TLS: export ALPN for other dissectorsPeter Wu1-0/+2
2019-09-24wsutil: Use file descriptor in file_needs_reopen()Tomasz Moń1-2/+2
2019-09-22Win32: Do not reload TLS keylog file on each packetTomasz Moń1-20/+0
2019-09-16QUIC: Update to draft-23Alexis La Goutte1-3/+3
2019-08-19TLS: add mechanism to set the TLS appdata protocolPeter Wu1-2/+18
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1