Commit graph

28 commits

Author SHA1 Message Date
mathewmarcus
5d804ef1a4 added struct to store extensions 2018-06-22 14:56:48 -05:00
mathewmarcus
1a7113a0ec added struct to store extensions 2018-06-22 07:18:39 -05:00
Mathew Marcus
83627b7c8f Revert "moved struct ssl_decoder_ definition into header file because we need it in ssl.enums.c"
This reverts commit 193c600108.
2018-06-20 10:28:35 -05:00
mathewmarcus
193c600108 moved struct ssl_decoder_ definition into header file because we need it in ssl.enums.c 2018-06-20 09:11:42 -05:00
mathewmarcus
a066b61dfe added handler for extended master secret extension 2018-06-20 09:06:09 -05:00
mathewmarcus
919684d5ae rename functions 2018-06-20 08:27:53 -05:00
Mathew Marcus
1086c102d6 record handshake messages for session hash 2018-06-19 23:32:11 -05:00
mathewmarcus
157a906228 include extensions in output 2018-06-19 17:36:49 -05:00
Thomas Deutschmann
f5a73a61bc
Adjust cipher suite formation 2018-01-02 17:36:13 +01:00
Thomas Deutschmann
76cbb5cd15
Add TLS 1.3 cipher suites 2018-01-02 17:36:13 +01:00
Thomas Deutschmann
b1b339ff0f
Add fallback signaling cipher suite 2018-01-02 17:36:13 +01:00
Thomas Deutschmann
17a84809c9
Add CHACHA20_POLY1305 cipher suite 2018-01-02 17:36:06 +01:00
Alper Akcan
e6cd50ed6c - fix mis calculation of read_left if queue already has some data, which might not be bigger than ssl_header_size
- update q->ptr only if q->data is changed
2017-06-10 16:16:34 +03:00
hyunkyu.oh
66673e4407 Fix a null pointer dereference bug of tls12_prf be caused by invalid extern declaration for digests variable. 2015-09-09 17:20:49 +09:00
William Robinet
2e0d67c172 Fix order of arguments in calls to calloc 2015-05-18 15:40:22 +02:00
William Robinet
cf9c055c62 Add missing comma (introduced by 2d067c2650) 2015-05-13 09:40:52 +02:00
William Robinet
3ca46766e4 Fix memory leak if SSL session id is not present 2015-04-22 11:32:42 +02:00
William Robinet
082cc7afed Fix for infinite loop in Ciphers Suite decoding 2015-03-25 14:52:31 +01:00
2c9003f0cf dtable bug fixed: list overrun (from NetBSD tree) 2015-02-14 14:50:39 +01:00
ac8ca39406 Memory leak per TLS session removed. Call cleanup after each finalization. 2015-02-14 14:41:12 +01:00
3ae72cda17 ssldump-0.9-ciphersuites.patch 2015-01-31 10:19:02 +01:00
78a2cffaba ssldump-0.9-ssl-enums.patch 2015-01-31 10:18:44 +01:00
2d067c2650 ssldump-0.9-tlsv12.patch 2015-01-31 10:18:14 +01:00
dc43043e20 ssldump-0.9-table-stops.patch 2015-01-31 10:16:29 +01:00
cc6554ebb6 sldump-0.9-cvs-20060619.patch 2015-01-31 10:16:06 +01:00
81519ca3cf sldump-0.9-aes.patch 2015-01-31 10:15:47 +01:00
b15b27c315 ssldump-0.9-openssl.patch 2015-01-31 10:15:00 +01:00
ea12dfe6d2 ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00