summaryrefslogtreecommitdiffstats
path: root/crypto/ssldump/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ssldump/DETAILS')
-rwxr-xr-xcrypto/ssldump/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/ssldump/DETAILS b/crypto/ssldump/DETAILS
new file mode 100755
index 0000000000..e8b11cd08c
--- /dev/null
+++ b/crypto/ssldump/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=ssldump
+ VERSION=0.9b3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.rtfm.com/ssldump/$SOURCE
+ MD5[0]=4c23466a8b0cfe2b3a93e63547fc2f5e
+ WEB_SITE=http://www.rtfm.com/ssldump/
+ MAINTAINER=hgr@vabo.cz
+ ENTERED=20020209
+ UPDATED=20020919
+ LICENSE[0]=BSD
+ SHORT="ssldump is an SSLv3/TLS network protocol analyzer."
+cat << EOF
+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.
+EOF