aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-26TLS13: update for draft -22 (Server Hello, HRR, CCS, NST)Peter Wu1-22/+98
2017-11-12ssl-utils: Add export ssl_data_allocAlexis La Goutte1-1/+1
2017-10-22ssl-utils: Add export tls13_hkdf_expand_labelAlexis La Goutte1-1/+1
2017-10-15ssl: assume everything after CCS is encryptedPeter Wu1-0/+5
2017-10-04TLS: enable OCSP status dissection for TLS 1.3 and DTLSPeter Wu1-38/+144
2017-10-03TLS13: fix SCT dissection since draft -17Peter Wu1-2/+8
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-18TLS13: restore draft -18 support for HRRPeter Wu1-10/+15
2017-09-18TLS13: restore draft -18 support for CertificateRequestPeter Wu1-10/+24
2017-09-15TLS13: add ticket_early_data_info extension (draft -18)Peter Wu1-0/+2
2017-09-11TLS13: add new Signature AlgorithmsPeter Wu1-22/+51
2017-09-10ssl: fix subdissection with multiple TLS records per packetPeter Wu1-5/+6
2017-09-05QUIC (TLS): Add stateless_reset_token parameterAlexis La Goutte1-0/+7
2017-08-17TLS: Add new cipher suite from draft-ietf-tls-ecdhe-psk-aeadAlexis La Goutte1-0/+5
2017-08-12TLS: Add QUIC Transport ParametersAlexis La Goutte1-0/+157
2017-08-04Clean up private key file error reporting.Guy Harris1-9/+12
2017-07-16ssl,dtls: make some fields in RSA keys dialog optionalPeter Wu1-8/+5
2017-07-09TLS13: Add draft 21 supportAlexis La Goutte1-0/+1
2017-07-09TLS13: Add Ticket nonceAlexis La Goutte1-0/+18
2017-06-06ssl-utils: Build with -Wshorten-64-to-32Stig Bjørlykke1-2/+2
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum1-410/+21
2017-06-02Add ChaCha20-Poly1305 decryption support for TLS 1.2 and 1.3Peter Wu1-12/+50
2017-06-02ssl-utils: fix regression in decryption and Follow SSL StreamPeter Wu1-1/+1
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-2/+4
2017-05-19TLS: Add Reserved Extension type from GREASEAlexis La Goutte1-0/+16
2017-05-19TLS: add Reserved Supported Group from GREASEAlexis La Goutte1-0/+16
2017-05-19TLS: Update list of Supported Groups RegistryAlexis La Goutte1-2/+2
2017-05-19TLS: Update draft tls-chacha20poly1305 to RFC 7905Alexis La Goutte1-25/+1
2017-05-19TLS: Add Reserved cipher from GREASEAlexis La Goutte1-0/+22
2017-05-14ssl,dtls: fix message hash for extended_master_secretPeter Wu1-1/+5
2017-05-03TLS13: update HKDF-Expand-Label for draft -20Peter Wu1-9/+21
2017-05-03TLS13: update Certificate dissection for draft -20Peter Wu1-84/+91
2017-05-02TLS (1.3): Add new extension 'post_handshake_auth' add on draft 20Alexis La Goutte1-0/+3
2017-05-02TLS: Add support of TLS 1.3 (draft 20)Alexis La Goutte1-0/+1
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-30ssl-utils: fix a couple of uninitialized variablesChema Gonzalez1-2/+2
2017-03-29TLS: fix decryption with Encrypt-then-MAC (RFC 7366)Peter Wu1-13/+51
2017-03-20TLS13: add oid_filters(48) extension for draft -19Peter Wu1-0/+71
2017-03-20TLS13: fix key expansion for AES256Peter Wu1-1/+1
2017-03-19TLS13: update pre_shared_key lengths for draft -19Peter Wu1-7/+7
2017-03-19TLS13: update HRR for draft -19Peter Wu1-1/+6
2017-03-19TLS13: update CertificateRequest dissection for draft -19Peter Wu1-48/+56
2017-03-18TLS13: update end_of_early_data to draft -19Peter Wu1-0/+2
2017-03-18TLS13: add certificate_authorities (47) dissection for draft -19Peter Wu1-0/+17
2017-03-18TLS13: update pre_shared_key references to draft -19Peter Wu1-4/+4
2017-03-18TLS13: update early_data for draft -19Peter Wu1-4/+34
2017-03-17TLS13: add new supported_versions value for draft -19Peter Wu1-0/+1
2017-03-10TLS: append Log name for CT Log IDsPeter Wu1-0/+81
2017-02-16Cast away some compiler warnings.Guy Harris1-2/+2