aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tls-utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-20/+20
2021-12-03QUIC: update support to latest version negotiation draft (05)Nardi Ivan1-34/+6
2021-11-03dtls: Add preferences for client/server CID lengthStig Bjørlykke1-21/+18
2021-11-03TLS: Update Code Point for Hello ExtensionAlexis La Goutte1-0/+5
2021-11-01tls: Omit Connection ID when length is 0Stig Bjørlykke1-3/+5
2021-11-01tls: Update DTLS 1.2 Connection ID extensionStig Bjørlykke1-11/+33
2021-10-24[Automatic update for 2021-10-24]Gerald Combs1-1/+13
2021-09-24TLS: Adding JA3 and JA3S fingerprintsUli Heilmeier1-22/+114
2021-07-04epan: Remove dependency on version_info object libraryJoão Valverde1-2/+0
2021-07-02TLS: improve support for "delegated_credentials" extensionNardi Ivan1-4/+59
2021-06-19Replace g_assert() with ws_assert()João Valverde1-2/+3
2021-05-31TLS: add basic support for ALPS (Application-Layer Protocol Settings) extensionNardi Ivan1-0/+63
2021-05-31TLS: add decoding of grease versionsNardi Ivan1-0/+16
2021-05-15Add Chinese GMTLSv1(1.1) protocol in tls dissectorpengtian1-6/+55
2021-03-21TLS: another fix for Google-QUIC-Version Transport ParametersNardi Ivan1-5/+15
2021-03-17TLS: add support for brotli-compressed certificatesNardi Ivan1-9/+42
2021-03-17tls(-utils): Add value from RFC 8998Alexis La Goutte1-1/+3
2021-02-27tls: improve TLS-SRP support with decryption and username dissectionnaf1-0/+35
2021-02-09QUIC: add support for draft-ietf-quic-version-negotiation-03Nardi Ivan1-0/+39
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