aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-26TLS13: update for draft -22 (Server Hello, HRR, CCS, NST)Peter Wu1-3/+19
2017-11-23TLS: fix decryption with EMS and client authPeter Wu1-1/+7
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-17ssl: regression fix for decryption with renegotiationPeter Wu1-9/+9
2017-10-15ssl: assume everything after CCS is encryptedPeter Wu1-0/+9
2017-10-04TLS: enable OCSP status dissection for TLS 1.3 and DTLSPeter Wu1-99/+1
2017-09-10ssl: fix subdissection with multiple TLS records per packetPeter Wu1-8/+12
2017-07-16ssl,dtls: make some fields in RSA keys dialog optionalPeter Wu1-5/+6
2017-06-22ssl: detect SSL 2.0 compatible Client HelloPeter Wu1-6/+73
2017-06-13ssl: fix duplicate heuristics dissector registrationPeter Wu1-0/+12
2017-06-12ssl: add heuristics to detect SSL/TLS on non-standard TCP portPeter Wu1-0/+49
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum1-1/+2
2017-06-02ssl-utils: fix regression in decryption and Follow SSL StreamPeter Wu1-4/+5
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-5/+42
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-4/+6
2017-05-14ssl,dtls: fix message hash for extended_master_secretPeter Wu1-1/+8
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-9/+9
2017-04-01ssl: Fix Info column separatorStig Bjørlykke1-74/+20
2017-03-18TLS13: update end_of_early_data to draft -19Peter Wu1-16/+13
2017-02-16ssl: fix misdetection of HelloRequest handshake messagePeter Wu1-11/+20
2017-02-16TLS: add Signed Certificate Timestamp support (RFC 6962)Peter Wu1-0/+18
2017-02-16ssl-utils: refactor DigitallySignedPeter Wu1-2/+2
2017-02-15TLS13: dissect NewSessionTicket and CertificateRequest extensionsPeter Wu1-4/+4
2017-02-15ssl,dtls: fix wrong expert info for overly large recordsPeter Wu1-5/+3
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-6/+2
2017-02-11TLS13: handle Key Update for decryptionPeter Wu1-0/+3
2017-02-11TLS13: add Key Update dissectionPeter Wu1-0/+4
2017-02-11ssl-utils: add length validation for Certificate handshake messagePeter Wu1-1/+1
2017-02-11TLS13: fix length of Finished messagePeter Wu1-1/+1
2017-02-10ssl-utils: stylistic changes for ServerHello, HelloRetryRequestPeter Wu1-2/+2
2017-02-07ssl-utils: add vector length validation for Client HelloPeter Wu1-1/+1
2017-02-07TLS13: update NewSessionTicket dissectionPeter Wu1-2/+2
2017-02-07TLS13: support Early Data and accept CLIENT_EARLY_TRAFFIC_SECRETPeter Wu1-12/+36
2017-02-06(D)TLS: simplify SignatureAndHashAlgorithm dissectionPeter Wu1-1/+1
2017-01-31TLS13: add Encrypted ExtensionsPeter Wu1-0/+7
2017-01-31TLS13: handle content type from decrypted recordPeter Wu1-5/+44
2017-01-31TLS: add bare essentials for TLS 1.3 decryption supportPeter Wu1-0/+12
2017-01-31ssl-utils: refactor AEAD decryption handlingPeter Wu1-7/+9
2017-01-29(D)TLS: fix type of record sequence numberPeter Wu1-2/+3
2017-01-29Register reassembly tablesMichael Mann1-3/+2
2017-01-29ssl: add expert info for unexpected messages in TLS 1.3Peter Wu1-2/+14
2017-01-28(D)TLS: consolidate and simplify decrypted records handlingPeter Wu1-92/+66
2017-01-13SSL: fix compilation without libgcrypt or gnutlsPascal Quantin1-0/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+8
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-12-06DTLS: add support for use_srtp extension (RFC 5764)Peter Wu1-1/+1
2016-11-30ssl,dtls: add expert info for overly large record lengthsPeter Wu1-1/+5
2016-10-07TLS(1.3): Add Hello Retry Request (6) extensionAlexis La Goutte1-0/+5