aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tls.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-11TLS: Fail without exception when decrypting truncated recordsJohn Thacker1-2/+7
2023-02-09TLS: allow but warn about 0x0304 in Client Hello legacy version field.Guy Harris1-0/+1
2023-01-31TLS: Add to HTTP upgrade subdissector tableJohn Thacker1-0/+1
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+1
2022-12-14tls: do not enforce the TLS dissector for the whole connectionDavid Fort1-1/+1
2022-11-01tls: add support for DESEGMENT_UNTIL_FIN, sequence numbersJohn Thacker1-45/+213
2022-11-01Filling in information about the server in the tap listenerHOMEPC\eaosk1-0/+2
2022-10-31TLS: Don't assert on zero length handshake fragmentJohn Thacker1-2/+0
2022-10-11change GMTLS to TLCPzhangzhilei1-5/+5
2022-09-13tls: Don't update the msp end on a second passJohn Thacker1-1/+2
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-3/+3
2022-09-10Dissector names are not protocol names.Guy Harris1-5/+5
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-08-19TLS:support decrypt TLS_SM4_GCM_SM3 ciphersuitezhangzhilei1-0/+1
2022-08-15TLS: rename reassembled data source from SSL to TLSJohn Thacker1-1/+1
2022-07-20tls: Show reassembled in for the first fragmentJohn Thacker1-1/+14
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-25TLS: fix RSA decryption with EMS and renegotiationPeter Wu1-0/+5
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-14/+0
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-2/+0
2022-03-17tls: Use TCP reassembly functions for desegmentationJohn Thacker1-7/+10
2022-03-03TLS: Don't add to the info column if the msp ends in the same frameJohn Thacker1-1/+6
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-10-29QUIC: allow simple "tls" display filterNardi Ivan1-2/+7
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-05-25Follow stream: Modify YAML format, add timestamps and peersToff1-0/+1
2021-05-15Add Chinese GMTLSv1(1.1) protocol in tls dissectorpengtian1-2/+7
2020-10-23tls: Use Data dissector when no appdata dissector foundStig Bjørlykke1-0/+1
2020-10-21tls/dtls: Add a generated field for Application Data ProtocolStig Bjørlykke1-1/+11
2020-08-11wsutil: define HAVE_LIBGCRYPT_AEAD in wsutil/wsgcrypt.h.Guy Harris1-8/+0
2020-07-03DTLS: Add connection ID extension supportLudovic Cintrat1-3/+5
2019-11-20QUIC: fix 0-RTT decryption for ciphers using SHA-256Peter Wu1-9/+5
2019-11-05TLS: report encrypted TLS alerts as suchPeter Wu1-35/+30
2019-11-03TLS: workaround broken TLS reassembly with multiple TLS recordsPeter Wu1-1/+17
2019-10-02TLS: fix heuristics to match a TCP segment with just a TLS record headerEdwin Groothuis1-3/+6
2019-09-27TLS: export ALPN for other dissectorsPeter Wu1-0/+16
2019-08-17Revert "TLS: allow dissectors to set the appdata protocol via the data param"Peter Wu1-15/+5
2019-08-15TLS: allow dissectors to set the appdata protocol via the data paramPeter Wu1-5/+15
2019-08-11TLS: update outdated file-level commentPeter Wu1-38/+22
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-23QUIC: add 0-RTT decryption support (draft -20)Peter Wu1-22/+29
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-06-09TLS: fix crash on handshake reassembly with truncated capturesPeter Wu1-8/+22
2019-05-20QUIC: simplify TLS key log for draft -17 and newerPeter Wu1-6/+6
2019-05-15TLS: fix DISSECTOR_ASSERT for zero-length records fragmentsPeter Wu1-3/+6
2019-04-24TLS: Implement reassembly for Handshake messagesPeter Wu1-102/+442