TLS13: prepare for early data trial decryption
[metze/wireshark/wip.git] / epan / dissectors / packet-ssl-utils.c
2018-03-12 Peter WuTLS13: prepare for early data trial decryption
2018-02-24 Alexis La GoutteTLS1.3: Add support of draft-24
2018-02-23 Alexis La GoutteQUIC (TLS): Remove support of draft < 08
2018-02-21 Peter WuTLS: allow QUIC dissector to pass HKDF label for ciphers
2018-02-13 Stig Bjørlykkessl: Add session ticket lifetime units in seconds
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-02-12 Peter WuExtract HKDF-Expand from TLS 1.3 dissector
2018-02-02 Jakub Zawadzkiquic: fix secret memleaks.
2018-01-14 Peter WuTLS13: update for draft -23 (new version and extensions)
2018-01-10 Alexis La GoutteTLS(QUIC): minimal Transport Parameter Length is 22
2018-01-03 Alexis La GoutteTLS(QUIC): Enhance MAX_STREAM_ID parameter (from draft-08)
2018-01-03 Alexis La GoutteTLS(QUIC): Add ACK_delay_exponent parameter from draft-07
2018-01-03 Alexis La GoutteQUIC(TLS): Fix length of parameter tree
2018-01-02 Alexis La GoutteTLS(QUIC): update TransportParameter to draft-08
2017-12-25 Peter WuTLS13,QUIC: prepare for QUIC decryption
2017-11-26 Peter WuTLS13: update for draft -22 (Server Hello, HRR, CCS...
2017-11-12 Alexis La Gouttessl-utils: Add export ssl_data_alloc
2017-10-22 Alexis La Gouttessl-utils: Add export tls13_hkdf_expand_label
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-10-03 Peter WuTLS13: fix SCT dissection since draft -17
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-18 Peter WuTLS13: restore draft -18 support for HRR
2017-09-18 Peter WuTLS13: restore draft -18 support for CertificateRequest
2017-09-15 Peter WuTLS13: add ticket_early_data_info extension (draft...
2017-09-11 Peter WuTLS13: add new Signature Algorithms
2017-09-10 Peter Wussl: fix subdissection with multiple TLS records per...
2017-09-05 Alexis La GoutteQUIC (TLS): Add stateless_reset_token parameter
2017-08-17 Alexis La GoutteTLS: Add new cipher suite from draft-ietf-tls-ecdhe...
2017-08-12 Alexis La GoutteTLS: Add QUIC Transport Parameters
2017-08-04 Guy HarrisClean up private key file error reporting.
2017-07-16 Peter Wussl,dtls: make some fields in RSA keys dialog optional
2017-07-09 Alexis La GoutteTLS13: Add draft 21 support
2017-07-09 Alexis La GoutteTLS13: Add Ticket nonce
2017-06-06 Stig Bjørlykkessl-utils: Build with -Wshorten-64-to-32
2017-06-05 Ahmad FatoumMove RSA key loading and decryption functions to wsutil
2017-06-02 Peter WuAdd ChaCha20-Poly1305 decryption support for TLS 1...
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-19 Alexis La GoutteTLS: Add Reserved Extension type from GREASE
2017-05-19 Alexis La GoutteTLS: add Reserved Supported Group from GREASE
2017-05-19 Alexis La GoutteTLS: Update list of Supported Groups Registry
2017-05-19 Alexis La GoutteTLS: Update draft tls-chacha20poly1305 to RFC 7905
2017-05-19 Alexis La GoutteTLS: Add Reserved cipher from GREASE
2017-05-14 Peter Wussl,dtls: fix message hash for extended_master_secret
2017-05-03 Peter WuTLS13: update HKDF-Expand-Label for draft -20
2017-05-03 Peter WuTLS13: update Certificate dissection for draft -20
2017-05-02 Alexis La GoutteTLS (1.3): Add new extension 'post_handshake_auth'...
2017-05-02 Alexis La GoutteTLS: Add support of TLS 1.3 (draft 20)
2017-04-17 Ahmad FatoumQt: Provide both file save and open preferences
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-30 Chema Gonzalezssl-utils: fix a couple of uninitialized variables
2017-03-29 Peter WuTLS: fix decryption with Encrypt-then-MAC (RFC 7366)
2017-03-20 Peter WuTLS13: add oid_filters(48) extension for draft -19
2017-03-20 Peter WuTLS13: fix key expansion for AES256
2017-03-19 Peter WuTLS13: update pre_shared_key lengths for draft -19
2017-03-19 Peter WuTLS13: update HRR for draft -19
2017-03-19 Peter WuTLS13: update CertificateRequest dissection for draft -19
2017-03-18 Peter WuTLS13: update end_of_early_data to draft -19
2017-03-18 Peter WuTLS13: add certificate_authorities (47) dissection...
2017-03-18 Peter WuTLS13: update pre_shared_key references to draft -19
2017-03-18 Peter WuTLS13: update early_data for draft -19
2017-03-17 Peter WuTLS13: add new supported_versions value for draft -19
2017-03-10 Peter WuTLS: append Log name for CT Log IDs
2017-02-16 Guy HarrisCast away some compiler warnings.
2017-02-16 Peter WuTLS: add Signed Certificate Timestamp support (RFC...
2017-02-16 Peter Wussl-utils: refactor DigitallySigned
2017-02-15 Peter WuTLS13: handle message-specific TLS extensions
2017-02-15 Peter Wussl-utils: sort extensions cases
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-11 Peter Wussl-utils: add length validation to CertificateRequest
2017-02-11 Peter WuTLS13: add length validation for Pre-Shared Key Exchang...
2017-02-10 Peter WuTLS13: add length validation for Pre-Shared Key Extension
2017-02-10 Peter Wussl-utils: update supported_groups extension
2017-02-10 Peter WuTLS13: add length validation for SupportedVersions
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-07 AndersBromanUbuntu 14.04 complains about unititialized variable...
2017-02-07 Peter Wussl-utils: fix false warning about empty SNI
2017-02-06 Peter Wussl-utils: add length validation for SNI extension
2017-02-06 Peter Wussl-utils: add length validation for Cookie extension
2017-02-06 Peter Wussl-utils: add length validation for renegotiation_info...
2017-02-06 Peter Wussl-utils: add length validation to NPN extension
2017-02-06 Peter Wussl-utils: add validation for ALPN
2017-02-06 Peter Wu(D)TLS: simplify SignatureAndHashAlgorithm dissection
2017-02-06 Peter Wussl-utils: refactor "length" parameter into "offset_end...
2017-02-06 Peter Wussl-utils: add helper for validating Variable Length...
2017-02-01 Alexis La Gouttessl-utils: fix format specifies type 'void *' but the...
2017-01-31 Peter WuTLS13: partial update of CertificateRequest for draft -18
2017-01-31 Peter WuTLS13: add Encrypted Extensions
2017-01-31 Peter WuTLS13: update Certificate for draft -18
2017-01-31 Peter WuTLS13: fix CertificateVerify dissection for -18
next