diff options
author | kris <kris@FreeBSD.org> | 2000-11-11 17:22:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-11 17:22:15 +0800 |
commit | a8c98e351acc5c1fdeba85022532007e51f24716 (patch) | |
tree | 88d52f4e511d4eaacf270d67700f323718f4ce4c /net/ssldump/pkg-descr | |
parent | 55ecaad7b18eaeaa99fd15f48c7611f5fa1fc454 (diff) | |
download | freebsd-ports-gnome-a8c98e351acc5c1fdeba85022532007e51f24716.tar.gz freebsd-ports-gnome-a8c98e351acc5c1fdeba85022532007e51f24716.tar.zst freebsd-ports-gnome-a8c98e351acc5c1fdeba85022532007e51f24716.zip |
Add ssldump 0.9b1, an SSLv3/TLS network protocol analyzer.
Diffstat (limited to 'net/ssldump/pkg-descr')
-rw-r--r-- | net/ssldump/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ssldump/pkg-descr b/net/ssldump/pkg-descr new file mode 100644 index 000000000000..688abce3dc93 --- /dev/null +++ b/net/ssldump/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://www.rtfm.com/ssldump/ |