diff options
author | hubertf <hubertf> | 2000-10-31 01:17:40 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-31 01:17:40 +0000 |
commit | a23fd3596e0f6654d48aa02bb10589b69b63bcae (patch) | |
tree | 7bd83989cfc2766d0221883016556598d6573b82 /security | |
parent | 780857ffe462b61f930a5fd07d074aca38a0d628 (diff) | |
download | pkgsrc-a23fd3596e0f6654d48aa02bb10589b69b63bcae.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssldump/Makefile | 19 | ||||
-rw-r--r-- | security/ssldump/files/md5 | 3 | ||||
-rw-r--r-- | security/ssldump/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/ssldump/pkg/DESCR | 7 | ||||
-rw-r--r-- | security/ssldump/pkg/PLIST | 3 |
5 files changed, 33 insertions, 0 deletions
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 |