Add ssldump 0.9b1, an SSLv3/TLS network protocol analyzer.
This commit is contained in:
parent
e43f0e30c2
commit
ea1d1fdfe8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34991
@ -246,6 +246,7 @@
|
||||
SUBDIR += sntop
|
||||
SUBDIR += socks5
|
||||
SUBDIR += spat
|
||||
SUBDIR += ssldump
|
||||
SUBDIR += sting
|
||||
SUBDIR += suckblow
|
||||
SUBDIR += sup
|
||||
|
24
net/ssldump/Makefile
Normal file
24
net/ssldump/Makefile
Normal file
@ -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>
|
1
net/ssldump/distinfo
Normal file
1
net/ssldump/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ssldump-0.9b1.tar.gz) = ace8f1b4f8bfa4cd494a3e546655c5e7
|
1
net/ssldump/pkg-comment
Normal file
1
net/ssldump/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
ssldump is an SSLv3/TLS network protocol analyzer.
|
8
net/ssldump/pkg-descr
Normal file
8
net/ssldump/pkg-descr
Normal file
@ -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/
|
1
net/ssldump/pkg-plist
Normal file
1
net/ssldump/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ssldump
|
Loading…
Reference in New Issue
Block a user