Commit graph

90 commits

Author SHA1 Message Date
Ulrik Haugen
fa1940573a Repair installdir variable names 2019-05-21 10:37:48 +02:00
Ulrik Haugen
67307d3327 Repair dist target
Mark phony targets as such.

Cease use of unobtainable version-check.pl.

Take version from configure substituted variable.

Adjust dist archive location.

Prune more backup files.
2019-05-21 10:37:48 +02:00
Ulrik Haugen
d6a86f847c Whitespace 2019-05-21 10:37:48 +02:00
Ulrik Haugen
f627589456 Set package name in configure.in, move version there 2019-05-20 13:01:24 +02:00
3f042afaea
Merge pull request #19 from 1div0/master
GREASE
2018-10-29 08:54:23 +01:00
Peter Kovář
83536ef928 GREASE 2018-10-23 14:28:48 +02:00
eb8fdd4f98
Merge pull request #18 from mathewmarcus/dh_aes_gcm_support
Dh aes gcm support
2018-07-05 20:55:34 +02:00
mathewmarcus
32b343791a use macro to check if cipher is AEAD 2018-07-05 08:08:36 -05:00
mathewmarcus
6d136a5547 update man page with -l sslkeylogfile option 2018-07-05 08:08:36 -05:00
mathewmarcus
39488f1a84 updated relevant ciphersuites with GCM enc 2018-07-05 08:08:36 -05:00
mathewmarcus
4a8b677de0 added fix for AES256 GCM decryption 2018-07-05 08:08:36 -05:00
mathewmarcus
c46019cc62 added case insensitive string comparison macro 2018-07-05 08:08:36 -05:00
mathewmarcus
98a233fc40 added support for AES GCM decryption 2018-07-05 08:08:36 -05:00
mathewmarcus
f788c3a67a use sslkeylogfile to get MS if possible 2018-07-05 08:06:49 -05:00
mathewmarcus
4ef8eb376a added function to extract MS from sslkeylogfile 2018-07-05 08:06:49 -05:00
mathewmarcus
cc3446a1ce added GCM specific ciphersuite info 2018-07-05 08:06:49 -05:00
mathewmarcus
b261b21574 added sslkeylogfile pointer to decode ctx 2018-07-05 08:06:49 -05:00
mathewmarcus
3020239022 fix decoding and printing of DiffieHellman Client params 2018-07-05 08:06:49 -05:00
mathewmarcus
170158a65b add l option for SSLKEYLOGFILE 2018-07-05 08:06:49 -05:00
9f5d85eec0
Merge pull request #17 from mathewmarcus/fix_extension_bug
correctly handle case where server hello does not request extension s…
2018-07-05 09:32:42 +02:00
mathewmarcus
f27bc9fe2a improve syntax 2018-07-02 09:45:12 -05:00
mathewmarcus
0a6dada0f1 correctly handle case where server hello does not request extension specified by client 2018-07-02 09:34:15 -05:00
c36c411547
Merge pull request #16 from mathewmarcus/tls_extensions
Tls extensions
2018-06-30 21:53:55 +02:00
mathewmarcus
7589ee5eb0 code cleanup 2018-06-24 23:43:19 -05:00
mathewmarcus
4765bb22d1 added support for SNI 2018-06-24 22:57:40 -05:00
mathewmarcus
57fc64ac77 added support for encrypt-then-mac 2018-06-24 22:54:10 -05:00
mathewmarcus
0d0a0b79b7 finished support for extended master secret 2018-06-24 12:37:19 -05:00
mathewmarcus
b4cd538dfa calculate session hash 2018-06-22 14:56:48 -05:00
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
430d57af39
Merge pull request #15 from Whissi/update-ciphers
Update ciphers
2018-01-14 15:41:28 +01: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
af19c316ca Merge pull request #14 from davidkretch/fix-typo
Fix a typo in the man page
2017-10-26 08:19:43 +02:00
David Kretch
959a2c53a3 Fix a typo in the man page
Delete the extra "to" in "To decrypt traffic to to host" under the examples section.
2017-10-25 20:44:34 -04:00
f7585c4bee Merge pull request #13 from alperakcan/master
fix ssl record queue data read
2017-06-12 14:05:19 +02: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
Alper Akcan
2c602e876a Merge pull request #1 from adulau/master
Merge pull request #12 from alperakcan/master
2017-06-10 16:07:33 +03:00
f96ec877dd Merge pull request #12 from alperakcan/master
Fix packet length calculation if IP length is 0, due to TSO
2017-05-29 14:57:49 +02:00
Alper Akcan
d18d2fce01 Fix packet length calculation if IP length is 0, due to TSO 2017-05-29 15:54:19 +03:00
a875af0611 Typo fixed 2016-11-20 11:28:57 +01:00
94e2dd4adb Explanation added in a new README 2016-11-20 11:26:24 +01:00