From a8c98e351acc5c1fdeba85022532007e51f24716 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 11 Nov 2000 09:22:15 +0000 Subject: Add ssldump 0.9b1, an SSLv3/TLS network protocol analyzer. --- net/ssldump/pkg-descr | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/ssldump/pkg-descr (limited to 'net/ssldump/pkg-descr') 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/ -- cgit