Add ssldump, "An SSLv3/TLS network protocol analyzer"
PR: 27946 Submitted by: tacho@daemonz.org Reviewed by: will
This commit is contained in:
parent
a10d5a8136
commit
25bad3c542
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43620
@ -156,6 +156,7 @@
|
||||
SUBDIR += ssh
|
||||
SUBDIR += ssh-multiadd
|
||||
SUBDIR += ssh2
|
||||
SUBDIR += ssldump
|
||||
SUBDIR += sslproxy
|
||||
SUBDIR += sslwrap
|
||||
SUBDIR += sst
|
||||
|
25
security/ssldump/Makefile
Normal file
25
security/ssldump/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: ssldump
|
||||
# Date created: 07 Jun 2001
|
||||
# Whom: Stanislav Grozev <tacho@daemonz.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ssldump
|
||||
PORTVERSION= 0.9b1.p1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.rtfm.com/ssldump/
|
||||
DISTNAME= ssldump-0.9b1
|
||||
DIST_SUBDIR= ssldump
|
||||
|
||||
PATCH_SITES= http://www.rtfm.com/ssldump/
|
||||
PATCHFILES= patch1
|
||||
|
||||
MAINTAINER= tacho@daemonz.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr
|
||||
|
||||
MAN1= ssldump.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/ssldump/distinfo
Normal file
2
security/ssldump/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (ssldump/ssldump-0.9b1.tar.gz) = ace8f1b4f8bfa4cd494a3e546655c5e7
|
||||
MD5 (ssldump/patch1) = 799e5c2638639c5250b1937d706a7ddf
|
1
security/ssldump/pkg-comment
Normal file
1
security/ssldump/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An SSLv3/TLS network protocol analyzer
|
10
security/ssldump/pkg-descr
Normal file
10
security/ssldump/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
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/
|
||||
|
||||
-tacho@daemonz.org
|
1
security/ssldump/pkg-plist
Normal file
1
security/ssldump/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ssldump
|
Loading…
Reference in New Issue
Block a user