ssldump - (de-facto repository gathering patches around the cyberspace)
Find a file
2019-12-28 14:43:39 +01:00
base Handle weird 3-way handshake(syn&ack -> syn -> ack) 2019-08-14 09:00:54 +09:00
common Remove extraneous files 2019-05-21 10:37:48 +02:00
dummy ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
null Remove extraneous files 2019-05-21 10:37:48 +02:00
ssl Explicit parameter types for static prototypes 2019-09-22 00:47:52 -04:00
win32 ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
.gitchangelog.rc chg: [build] gitchangelogrc configuration added 2019-05-26 08:09:23 +02:00
.gitignore Add .gitignore 2019-05-21 10:37:48 +02:00
ChangeLog chg: [doc] release v1.1 - ChangeLog updated 2019-12-28 14:35:36 +01:00
config.guess Modern config.guess/sub from Ubuntu ssldump package 2015-01-31 10:27:51 +01:00
config.sub Modern config.guess/sub from Ubuntu ssldump package 2015-01-31 10:27:51 +01:00
configure chg: [build] v1.0 released 2019-05-26 08:22:37 +02:00
configure.in chg: [build] v1.0 released 2019-05-26 08:22:37 +02:00
COPYRIGHT ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
CREDITS Fix packet length calculation if IP length is 0, due to TSO 2017-05-29 15:54:19 +03:00
FILES ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
INSTALL ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
install-sh ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
INSTALL.W32 ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
Makefile.in Make install target install doc files 2019-05-21 10:37:48 +02:00
README chg: [doc] clarification about ssldump repository + release v1.1 2019-12-28 14:43:39 +01:00
README.md chg: [doc] clarification about ssldump repository + release v1.1 2019-12-28 14:43:39 +01:00
rules.mk ssldump_0.9b3.orig.tar.gz Import 2015-01-31 10:13:33 +01:00
ssldump.1 update man page with -l sslkeylogfile option 2018-07-05 08:08:36 -05:00

ssldump - (de-facto repository gathering patches around the cyberspace)

  • Current version of ssldump is v1.1 (released: 2019-12-28) - ChangeLog

This repository is composed of the original SSLDUMP 0.9b3 + a myriad of patches (from Debian and other distributions) + contributions via PR

ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.

original and (old) README

Why do you maintain this repository?

Because it's a mess. The software maintenance process for old free (unmaintained) software like ssldump is a complete chaotic process. I do this to ease my pain and this could help other too (but this is just a collateral damage).

Where do you use ssldump?

I used it for a relatively small project called Passive SSL. For more information, Passive SSL Passive Detection and Reconnaissance Techniques, to Find, Track, and Attribute Vulnerable ”Devices”. Additional back-end code available is in the crl-monitor repository.

Release and tagging

  • Current version of ssldump is v1.1 (released: 2019-12-28) - ChangeLog

Contributing

The contributing policy is simple. If you have a patch to propose, make a pull-request via the interface. If the patch works for me, it's merged.