From ea1d1fdfe8bf078b5c4c2f573b1ec4a330a045cc Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 Nov 2000 09:22:15 +0000 Subject: [PATCH] Add ssldump 0.9b1, an SSLv3/TLS network protocol analyzer. --- net/Makefile | 1 + net/ssldump/Makefile | 24 ++++++++++++++++++++++++ net/ssldump/distinfo | 1 + net/ssldump/pkg-comment | 1 + net/ssldump/pkg-descr | 8 ++++++++ net/ssldump/pkg-plist | 1 + 6 files changed, 36 insertions(+) create mode 100644 net/ssldump/Makefile create mode 100644 net/ssldump/distinfo create mode 100644 net/ssldump/pkg-comment create mode 100644 net/ssldump/pkg-descr create mode 100644 net/ssldump/pkg-plist diff --git a/net/Makefile b/net/Makefile index b3f76d39459a..f95a164d6020 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 000000000000..01c6c8142e27 --- /dev/null +++ b/net/ssldump/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ssldump +# Date created: 10 November 2000 +# Whom: Kris Kennaway +# +# $FreeBSD$ +# + +PORTNAME= ssldump +PORTVERSION= 0.9b1 +CATEGORIES= net security +MASTER_SITES= http://www.rtfm.com/ssldump/ + +MAINTAINER= kris@FreeBSD.org + +USE_OPENSSL= YES + +.include + +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} + +MAN1= ssldump.1 + +.include diff --git a/net/ssldump/distinfo b/net/ssldump/distinfo new file mode 100644 index 000000000000..5d45250d2160 --- /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 000000000000..b25b5eaa717a --- /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 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/ diff --git a/net/ssldump/pkg-plist b/net/ssldump/pkg-plist new file mode 100644 index 000000000000..dbb1bdc0d110 --- /dev/null +++ b/net/ssldump/pkg-plist @@ -0,0 +1 @@ +bin/ssldump