SSL: Send the record_length to the dissect_ssl3_alert and use it
[metze/wireshark/wip.git] / epan / dissectors / packet-ssl.c
2018-05-25 Eugene AdellSSL: Send the record_length to the dissect_ssl3_alert...
2018-04-16 Peter Wussl: fix duplicate dissections with multiple PDUs in...
2018-03-21 Peter WuTLS: allow cipher information to be retrieved
2018-03-21 Peter WuTLS13: TLS-Exporter interface for QUIC decryption
2018-03-15 Peter WuTLS13: implement trial decryption for early data
2018-03-15 Peter Wu(D)TLS: restrict ssl.ignore_ssl_mac_failed preference...
2018-03-12 Peter WuTLS13: prepare for early data trial decryption
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-01-14 Peter Wussl: fix reassembly for very small TCP segments
2017-11-26 Peter WuTLS13: update for draft -22 (Server Hello, HRR, CCS...
2017-11-23 Peter WuTLS: fix decryption with EMS and client auth
2017-10-29 Michael MannAdd conversation endpoint type
2017-10-17 Peter Wussl: regression fix for decryption with renegotiation
2017-10-15 Peter Wussl: assume everything after CCS is encrypted
2017-10-04 Peter WuTLS: enable OCSP status dissection for TLS 1.3 and...
2017-09-10 Peter Wussl: fix subdissection with multiple TLS records per...
2017-07-16 Peter Wussl,dtls: make some fields in RSA keys dialog optional
2017-06-22 Peter Wussl: detect SSL 2.0 compatible Client Hello
2017-06-13 Peter Wussl: fix duplicate heuristics dissector registration
2017-06-12 Peter Wussl: add heuristics to detect SSL/TLS on non-standard...
2017-06-05 Ahmad FatoumMove RSA key loading and decryption functions to wsutil
2017-06-02 Peter Wussl-utils: fix regression in decryption and Follow...
2017-06-02 Irene RuengelerFix Decode As for protocols that may use tunneling.
2017-05-29 Jeff MorrissFix up dissector tables' UI names.
2017-05-17 Michael MannCreate temporary variables for some proto_tree_add_...
2017-05-14 Peter Wussl,dtls: fix message hash for extended_master_secret
2017-04-17 Ahmad FatoumQt: Provide both file save and open preferences
2017-04-02 Stig BjørlykkeUse col_append_sep_str() for fixed strings
2017-04-01 Stig Bjørlykkessl: Fix Info column separator
2017-03-18 Peter WuTLS13: update end_of_early_data to draft -19
2017-02-16 Peter Wussl: fix misdetection of HelloRequest handshake message
2017-02-16 Peter WuTLS: add Signed Certificate Timestamp support (RFC...
2017-02-16 Peter Wussl-utils: refactor DigitallySigned
2017-02-15 Peter WuTLS13: dissect NewSessionTicket and CertificateRequest...
2017-02-15 Peter Wussl,dtls: fix wrong expert info for overly large records
2017-02-13 Peter WuMake Libgcrypt a mandatory dependency
2017-02-11 Peter WuTLS13: handle Key Update for decryption
2017-02-11 Peter WuTLS13: add Key Update dissection
2017-02-11 Peter Wussl-utils: add length validation for Certificate handsh...
2017-02-11 Peter WuTLS13: fix length of Finished message
2017-02-10 Peter Wussl-utils: stylistic changes for ServerHello, HelloRetr...
2017-02-07 Peter Wussl-utils: add vector length validation for Client...
2017-02-07 Peter WuTLS13: update NewSessionTicket dissection
2017-02-07 Peter WuTLS13: support Early Data and accept CLIENT_EARLY_TRAFF...
2017-02-06 Peter Wu(D)TLS: simplify SignatureAndHashAlgorithm dissection
2017-01-31 Peter WuTLS13: add Encrypted Extensions
2017-01-31 Peter WuTLS13: handle content type from decrypted record
2017-01-31 Peter WuTLS: add bare essentials for TLS 1.3 decryption support
2017-01-31 Peter Wussl-utils: refactor AEAD decryption handling
2017-01-29 Peter Wu(D)TLS: fix type of record sequence number
2017-01-29 Michael MannRegister reassembly tables
2017-01-29 Peter Wussl: add expert info for unexpected messages in TLS 1.3
2017-01-28 Peter Wu(D)TLS: consolidate and simplify decrypted records...
2017-01-13 Pascal QuantinSSL: fix compilation without libgcrypt or gnutls
2017-01-12 Dario Lombardouat: add a reset callback.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-12-06 Peter WuDTLS: add support for use_srtp extension (RFC 5764)
2016-11-30 Peter Wussl,dtls: add expert info for overly large record lengths
2016-10-07 Alexis La GoutteTLS(1.3): Add Hello Retry Request (6) extension
2016-10-03 Dario Lombardossl: use ws_strtou function.
2016-09-16 Peter Wussl-utils: remove block and key sizes from cipher suite...
2016-09-09 Peter Wussl: set protocol column to "TLS" when possible
2016-09-06 Peter Wussl: really fix session resumption expert info
2016-09-04 Peter Wussl,http: rename http-over-ssl to http-over-tls
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-08-30 Guy HarrisSupport Decode As for {SSL,TLS}-over-TCP.
2016-07-27 Peter Wussl-utils: ensure that the cipher suite matches decoder
2016-07-18 Jeff MorrissUse follow_record_t in SSL follow stream.
2016-06-29 Michael MannProvide new interface for Export PDU.
2016-06-15 Michael MannAllow control of individual columns to be (un)writable.
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-06-05 Jim YoungResolve false positive ERROR: NO ARRAY found in ei...
2016-03-20 Adam SchwalmFix incorrect table being used to store Session Tickets
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2016-01-21 João ValverdeAdd missing const qualifiers for packet-ssl.c [-Wcast...
2016-01-18 Alexis La GoutteSSL : Fix Branch condition evaluates to a garbage value...
2016-01-16 Peter Wussl: fix app_data handle detection
2016-01-15 Peter Wussl: avoid duplicate PDU dissections
2016-01-14 Peter Wussl: improve interaction with heuristics subdissectors
2016-01-12 Michael MannRefactor "Follow Stream" functionality on all GUI inter...
2016-01-08 moshekaplanFix a lot of typos and misspellings
2016-01-03 Michael MannPass SslPacketInfo structure directly to SSL tap instea...
2015-12-17 Stig Bjørlykkessl: Fix heartbeat message length.
2015-12-11 Peter Wussl: fix SSLv2 Client Hello dissection
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-16 Peter Wussl,dtls: use ProtocolVersion from Server Hello
2015-11-16 Peter Wussl,dtls: use a single field to track ProtocolVersion
2015-11-07 Michael MannCreate real dissector tables for SSL and DTLS to use.
2015-11-07 Peter Wussl: add expert info for session resumption
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-29 Peter Wussl-utils: add versions to ssl debug log
2015-10-27 Martin Kaiser[ssl] dissect handshake messages even if we have no...
2015-10-26 Jeff MorrissClean up more unnecessary use of the 'volatile' key...
2015-10-16 Peter Wussl-utils: allow gcrypt without GnuTLS, improve structure
2015-10-15 Peter Wussl: detect very small heartbeat size
2015-10-14 Martin Kaiser[ssl handshake] remove unnecessary if (tree) checks
2015-10-07 Peter Wussl-utils: load RSA keys based on their modulus+exponent
next