Commit graph

  • d761e2e81c
    chg: [build] gitchangelogrc configuration added Alexandre Dulaunoy 2019-05-26 08:09:23 +0200
  • da73adff42
    Merge pull request #21 from qha/repair-make-targets Alexandre Dulaunoy 2019-05-23 15:00:33 +0200
  • 3d22fd0b0a Rerun autoconf #21 Ulrik Haugen 2019-05-20 12:42:20 +0200
  • 64fcfa93b9 Bump version Ulrik Haugen 2019-05-20 12:42:04 +0200
  • d3a18bfb2d Repair ssl_key_log_file handling Ulrik Haugen 2019-05-22 12:51:17 +0200
  • 3a96262c3a Take project name and version from configure define Ulrik Haugen 2019-05-21 10:37:24 +0200
  • 667f6d2b08 Enable compiling without std c99 when OPENSSL is defined Ulrik Haugen 2019-05-20 17:18:54 +0200
  • 49525791b4 Repair spelling in comments Ulrik Haugen 2019-05-20 13:32:39 +0200
  • 8d02dd6b31 Remove presumably extraneous files Ulrik Haugen 2019-05-20 13:22:18 +0200
  • a21934ecd5 Remove extraneous files Ulrik Haugen 2019-05-20 13:09:51 +0200
  • 11350524d7 Add .gitignore Ulrik Haugen 2019-05-20 12:41:42 +0200
  • 2250851d88 Make install target install doc files Ulrik Haugen 2019-05-20 12:39:28 +0200
  • fa1940573a Repair installdir variable names Ulrik Haugen 2019-05-20 17:28:13 +0200
  • 67307d3327 Repair dist target Ulrik Haugen 2019-05-20 10:36:13 +0200
  • d6a86f847c Whitespace Ulrik Haugen 2019-05-20 10:31:58 +0200
  • f627589456 Set package name in configure.in, move version there Ulrik Haugen 2019-05-20 12:59:15 +0200
  • 3f042afaea
    Merge pull request #19 from 1div0/master Alexandre Dulaunoy 2018-10-29 08:54:23 +0100
  • 83536ef928 GREASE #19 Peter Kovář 2018-10-23 14:28:48 +0200
  • eb8fdd4f98
    Merge pull request #18 from mathewmarcus/dh_aes_gcm_support Alexandre Dulaunoy 2018-07-05 20:55:34 +0200
  • 32b343791a use macro to check if cipher is AEAD #18 mathewmarcus 2018-07-04 15:31:29 -0500
  • 6d136a5547 update man page with -l sslkeylogfile option mathewmarcus 2018-07-04 15:04:10 -0500
  • 39488f1a84 updated relevant ciphersuites with GCM enc mathewmarcus 2018-07-04 14:53:45 -0500
  • 4a8b677de0 added fix for AES256 GCM decryption mathewmarcus 2018-07-04 14:26:20 -0500
  • c46019cc62 added case insensitive string comparison macro mathewmarcus 2018-07-04 14:23:17 -0500
  • 98a233fc40 added support for AES GCM decryption mathewmarcus 2018-07-04 12:17:16 -0500
  • f788c3a67a use sslkeylogfile to get MS if possible mathewmarcus 2018-07-04 12:14:55 -0500
  • 4ef8eb376a added function to extract MS from sslkeylogfile mathewmarcus 2018-07-02 20:57:00 -0500
  • cc3446a1ce added GCM specific ciphersuite info mathewmarcus 2018-07-02 20:56:07 -0500
  • b261b21574 added sslkeylogfile pointer to decode ctx mathewmarcus 2018-07-02 20:55:51 -0500
  • 3020239022 fix decoding and printing of DiffieHellman Client params mathewmarcus 2018-07-02 20:52:12 -0500
  • 170158a65b add l option for SSLKEYLOGFILE mathewmarcus 2018-07-02 10:36:54 -0500
  • 9f5d85eec0
    Merge pull request #17 from mathewmarcus/fix_extension_bug Alexandre Dulaunoy 2018-07-05 09:32:42 +0200
  • f27bc9fe2a improve syntax #17 mathewmarcus 2018-07-02 09:45:12 -0500
  • 0a6dada0f1 correctly handle case where server hello does not request extension specified by client mathewmarcus 2018-07-02 09:31:54 -0500
  • c36c411547
    Merge pull request #16 from mathewmarcus/tls_extensions Alexandre Dulaunoy 2018-06-30 21:53:55 +0200
  • 7589ee5eb0 code cleanup #16 mathewmarcus 2018-06-24 23:43:19 -0500
  • 4765bb22d1 added support for SNI mathewmarcus 2018-06-24 22:57:40 -0500
  • 57fc64ac77 added support for encrypt-then-mac mathewmarcus 2018-06-24 21:08:05 -0500
  • 0d0a0b79b7 finished support for extended master secret mathewmarcus 2018-06-24 12:37:19 -0500
  • b4cd538dfa calculate session hash mathewmarcus 2018-06-22 14:54:22 -0500
  • 5d804ef1a4 added struct to store extensions mathewmarcus 2018-06-22 07:18:39 -0500
  • 1a7113a0ec added struct to store extensions mathewmarcus 2018-06-22 07:18:39 -0500
  • 83627b7c8f Revert "moved struct ssl_decoder_ definition into header file because we need it in ssl.enums.c" Mathew Marcus 2018-06-20 10:28:35 -0500
  • 193c600108 moved struct ssl_decoder_ definition into header file because we need it in ssl.enums.c mathewmarcus 2018-06-20 09:06:45 -0500
  • a066b61dfe added handler for extended master secret extension mathewmarcus 2018-06-20 09:06:09 -0500
  • 919684d5ae rename functions mathewmarcus 2018-06-20 08:27:53 -0500
  • 1086c102d6 record handshake messages for session hash Mathew Marcus 2018-06-19 17:37:19 -0500
  • 157a906228 include extensions in output mathewmarcus 2018-06-19 09:17:19 -0500
  • 430d57af39
    Merge pull request #15 from Whissi/update-ciphers Alexandre Dulaunoy 2018-01-14 15:41:28 +0100
  • f5a73a61bc
    Adjust cipher suite formation #15 Thomas Deutschmann 2018-01-02 17:09:57 +0100
  • 76cbb5cd15
    Add TLS 1.3 cipher suites Thomas Deutschmann 2018-01-02 17:08:30 +0100
  • b1b339ff0f
    Add fallback signaling cipher suite Thomas Deutschmann 2018-01-02 17:01:24 +0100
  • 17a84809c9
    Add CHACHA20_POLY1305 cipher suite Thomas Deutschmann 2018-01-02 16:58:39 +0100
  • af19c316ca Merge pull request #14 from davidkretch/fix-typo Alexandre Dulaunoy 2017-10-26 08:19:43 +0200
  • 959a2c53a3 Fix a typo in the man page #14 David Kretch 2017-10-25 20:44:34 -0400
  • f7585c4bee Merge pull request #13 from alperakcan/master Alexandre Dulaunoy 2017-06-12 14:05:19 +0200
  • 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 #13 Alper Akcan 2017-06-10 16:12:52 +0300
  • 2c602e876a Merge pull request #1 from adulau/master Alper Akcan 2017-06-10 16:07:33 +0300
  • f96ec877dd Merge pull request #12 from alperakcan/master Alexandre Dulaunoy 2017-05-29 14:57:49 +0200
  • d18d2fce01 Fix packet length calculation if IP length is 0, due to TSO #12 Alper Akcan 2017-05-29 15:54:19 +0300
  • a875af0611 Typo fixed Alexandre Dulaunoy 2016-11-20 11:28:57 +0100
  • 94e2dd4adb Explanation added in a new README Alexandre Dulaunoy 2016-11-20 11:26:24 +0100
  • 4529d03a50 Merge pull request #9 from PequalsNP-team/master Alexandre Dulaunoy 2016-07-26 09:29:21 +0200
  • a27e6028c7 updated configure for new libpcap location on most linux distro #9 thez3ro 2015-11-23 20:06:38 +0100
  • 4dcaf2054c Merge pull request #7 from knowtoto/master Alexandre Dulaunoy 2015-09-09 14:47:41 +0200
  • 66673e4407 Fix a null pointer dereference bug of tls12_prf be caused by invalid extern declaration for digests variable. #7 hyunkyu.oh 2015-09-09 17:20:49 +0900
  • d4ce6d1ff7 Merge pull request #5 from wllm-rbnt/master Alexandre Dulaunoy 2015-05-18 21:54:31 +0200
  • e49030e3b4 Include string.h (remove warnings about memcpy) #5 William Robinet 2015-05-18 16:07:18 +0200
  • 2e0d67c172 Fix order of arguments in calls to calloc William Robinet 2015-05-18 15:40:22 +0200
  • e82f01e3fb "Each invocation of va_start() must be matched by a corresponding invocation of va_end()" William Robinet 2015-05-13 16:11:06 +0200
  • d1b3a2ac07 Remove dead code William Robinet 2015-05-13 16:07:22 +0200
  • 03d490159c Do not use uninitialized variable William Robinet 2015-05-13 15:44:38 +0200
  • ca50396186 Make valgrind/memcheck happy William Robinet 2015-05-13 09:45:11 +0200
  • cf9c055c62 Add missing comma (introduced by 2d067c2650) William Robinet 2015-05-13 09:40:52 +0200
  • 2c7500b968 Merge pull request #4 from wllm-rbnt/master Alexandre Dulaunoy 2015-04-28 08:24:54 +0200
  • d87056ac76 Avoid auto-vivisection during connection clean-up ... #4 William Robinet 2015-04-27 22:43:47 +0200
  • d5dc74824d Fix inactive connection removal William Robinet 2015-04-27 14:37:44 +0200
  • 0c177776c2 Merge pull request #3 from wllm-rbnt/master Alexandre Dulaunoy 2015-04-27 08:01:42 +0200
  • 05fe4a619c Initialize initial reference timeval Avoids wrong cleaning of first connection(s) #3 William Robinet 2015-04-23 11:29:42 +0200
  • f195ab149a Merge pull request #2 from wllm-rbnt/master Alexandre Dulaunoy 2015-04-22 13:42:03 +0200
  • 3ca46766e4 Fix memory leak if SSL session id is not present #2 William Robinet 2015-04-22 11:32:42 +0200
  • 4310c3f117 In flight connection pool cleaning William Robinet 2015-04-22 11:23:37 +0200
  • 68255f5e9d Fix memory leak at connection closing William Robinet 2015-04-17 10:59:26 +0200
  • ad0961874e Merge pull request #1 from wllm-rbnt/csloop Alexandre Dulaunoy 2015-03-31 23:04:28 +0200
  • 082cc7afed Fix for infinite loop in Ciphers Suite decoding #1 William Robinet 2015-03-25 14:52:31 +0100
  • 2c9003f0cf dtable bug fixed: list overrun (from NetBSD tree) Alexandre Dulaunoy 2015-02-14 14:50:39 +0100
  • ac8ca39406 Memory leak per TLS session removed. Call cleanup after each finalization. Alexandre Dulaunoy 2015-02-14 14:41:12 +0100
  • 326e7a3eab Free also the packet structure Alexandre Dulaunoy 2015-02-14 14:31:35 +0100
  • 58bd5e795f Snaplen increased to the default jumbo frame size Alexandre Dulaunoy 2015-02-01 13:57:03 +0100
  • 3d17d67ea0 Continue even if no IP address is assigned on the interface Alexandre Dulaunoy 2015-02-01 13:31:01 +0100
  • 388814dd45 Modern config.guess/sub from Ubuntu ssldump package Alexandre Dulaunoy 2015-01-31 10:27:51 +0100
  • 3ae72cda17 ssldump-0.9-ciphersuites.patch Alexandre Dulaunoy 2015-01-31 10:19:02 +0100
  • 78a2cffaba ssldump-0.9-ssl-enums.patch Alexandre Dulaunoy 2015-01-31 10:18:44 +0100
  • 2d067c2650 ssldump-0.9-tlsv12.patch Alexandre Dulaunoy 2015-01-31 10:18:14 +0100
  • 1f8c78169f ssldump-0.9-pcap-vlan.patch Alexandre Dulaunoy 2015-01-31 10:17:49 +0100
  • fd3ca8ad0f ssldump-0.9-link_layer.patch Alexandre Dulaunoy 2015-01-31 10:17:27 +0100
  • dc43043e20 ssldump-0.9-table-stops.patch Alexandre Dulaunoy 2015-01-31 10:16:29 +0100
  • cc6554ebb6 sldump-0.9-cvs-20060619.patch Alexandre Dulaunoy 2015-01-31 10:16:06 +0100
  • 81519ca3cf sldump-0.9-aes.patch Alexandre Dulaunoy 2015-01-31 10:15:47 +0100
  • c98257f57e sldump-0.9-libpcap.patch Alexandre Dulaunoy 2015-01-31 10:15:25 +0100