From a23fd3596e0f6654d48aa02bb10589b69b63bcae Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 31 Oct 2000 01:17:40 +0000 Subject: 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. Requested by Dan Winship. --- security/ssldump/Makefile | 19 +++++++++++++++++++ security/ssldump/files/md5 | 3 +++ security/ssldump/pkg/COMMENT | 1 + security/ssldump/pkg/DESCR | 7 +++++++ security/ssldump/pkg/PLIST | 3 +++ 5 files changed, 33 insertions(+) create mode 100644 security/ssldump/Makefile create mode 100644 security/ssldump/files/md5 create mode 100644 security/ssldump/pkg/COMMENT create mode 100644 security/ssldump/pkg/DESCR create mode 100644 security/ssldump/pkg/PLIST (limited to 'security') diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile new file mode 100644 index 00000000000..688617c6f77 --- /dev/null +++ b/security/ssldump/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/31 01:17:40 hubertf Exp $ +# + +DISTNAME= ssldump-0.9a2 +CATEGORIES= security +MASTER_SITES= http://www.rtfm.com/ssldump/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.rtfm.com/ssldump/ + +GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--with-pcap=/ \ + --with-pcap-inc=/usr/include \ + --with-pcap-lib=/usr/lib \ + --with-openssl=/ \ + --with-openssl-inc=/usr/include \ + --with-openssl-lib=/usr/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/security/ssldump/files/md5 b/security/ssldump/files/md5 new file mode 100644 index 00000000000..46da73651ba --- /dev/null +++ b/security/ssldump/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/31 01:17:40 hubertf Exp $ + +MD5 (ssldump-0.9a2.tar.gz) = 650b6cea88872611a90bb201c8767b33 diff --git a/security/ssldump/pkg/COMMENT b/security/ssldump/pkg/COMMENT new file mode 100644 index 00000000000..d7befa39d48 --- /dev/null +++ b/security/ssldump/pkg/COMMENT @@ -0,0 +1 @@ +SLv3/TLS network protocol analyzer diff --git a/security/ssldump/pkg/DESCR b/security/ssldump/pkg/DESCR new file mode 100644 index 00000000000..7291e649e6f --- /dev/null +++ b/security/ssldump/pkg/DESCR @@ -0,0 +1,7 @@ +sldump 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. diff --git a/security/ssldump/pkg/PLIST b/security/ssldump/pkg/PLIST new file mode 100644 index 00000000000..54ad5726fa3 --- /dev/null +++ b/security/ssldump/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/31 01:17:40 hubertf Exp $ +bin/ssldump +man/man1/ssldump.1 -- cgit v1.2.3