diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/ssldump/Makefile | 24 | ||||
-rw-r--r-- | net/ssldump/distinfo | 1 | ||||
-rw-r--r-- | net/ssldump/pkg-comment | 1 | ||||
-rw-r--r-- | net/ssldump/pkg-descr | 8 | ||||
-rw-r--r-- | net/ssldump/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b3f76d39459..f95a164d602 100644 --- a/net/Makefile +++ b/net/Makefile @@ -246,6 +246,7 @@ SUBDIR += sntop SUBDIR += socks5 SUBDIR += spat + SUBDIR += ssldump SUBDIR += sting SUBDIR += suckblow SUBDIR += sup diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile new file mode 100644 index 00000000000..01c6c8142e2 --- /dev/null +++ b/net/ssldump/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ssldump +# Date created: 10 November 2000 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ssldump +PORTVERSION= 0.9b1 +CATEGORIES= net security +MASTER_SITES= http://www.rtfm.com/ssldump/ + +MAINTAINER= kris@FreeBSD.org + +USE_OPENSSL= YES + +.include <bsd.port.pre.mk> + +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} + +MAN1= ssldump.1 + +.include <bsd.port.post.mk> diff --git a/net/ssldump/distinfo b/net/ssldump/distinfo new file mode 100644 index 00000000000..5d45250d216 --- /dev/null +++ b/net/ssldump/distinfo @@ -0,0 +1 @@ +MD5 (ssldump-0.9b1.tar.gz) = ace8f1b4f8bfa4cd494a3e546655c5e7 diff --git a/net/ssldump/pkg-comment b/net/ssldump/pkg-comment new file mode 100644 index 00000000000..b25b5eaa717 --- /dev/null +++ b/net/ssldump/pkg-comment @@ -0,0 +1 @@ +ssldump is an SSLv3/TLS network protocol analyzer. diff --git a/net/ssldump/pkg-descr b/net/ssldump/pkg-descr new file mode 100644 index 00000000000..688abce3dc9 --- /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/ diff --git a/net/ssldump/pkg-plist b/net/ssldump/pkg-plist new file mode 100644 index 00000000000..dbb1bdc0d11 --- /dev/null +++ b/net/ssldump/pkg-plist @@ -0,0 +1 @@ +bin/ssldump |