aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tls-utils.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08[Automatic update for 2022-05-08]Gerald Combs1-1/+1
2022-05-01[Automatic update for 2022-05-01]Gerald Combs1-1/+1
2022-04-25TLS: fix RSA decryption with EMS and renegotiationPeter Wu1-5/+8
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-60/+1
2022-04-19QUIC: Update to last ACK Frequency draft(-01)Alexis La Goutte1-2/+4
2022-03-30QUIC: Add cibir_encoding TPAlexis La Goutte1-0/+11
2022-03-26QUIC: update the name of a field used in version negotiation (draft-06)Nardi Ivan1-2/+2
2022-03-20[Automatic update for 2022-03-20]Gerald Combs1-13/+1
2022-03-07Added the OIDs and codepoints of OQS-OpenSSL supported algorithms to Wiresharkchiachin26861-0/+127
2022-03-06[Automatic update for 2022-03-06]Gerald Combs1-1/+1
2022-02-16TLS: Ignore GREASE values for JA3Uli Heilmeier1-5/+7
2022-02-13[Automatic update for 2022-02-13]Gerald Combs1-1/+13
2022-01-26DTLS-SRTP: Set up SRTP and SRTCP sessionsJohn Thacker1-1/+5
2022-01-23[Automatic update for 2022-01-23]Gerald Combs1-1/+1
2022-01-19TLCP:support GB/T 38636-2020 TLCPzhang zhilei1-18/+39
2022-01-16[Automatic update for 2022-01-16]Gerald Combs1-1/+1
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