diff options
author | dhn <dhn@FreeBSD.org> | 2011-06-21 23:52:37 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-06-21 23:52:37 +0800 |
commit | d82551edb1fc950cf7382ee4afd137d9f96b9717 (patch) | |
tree | b7f69cf6f2f80f7a7447e26733ff46ff1673a6db /security/Makefile | |
parent | 615244cefcf53f0044817101cbd24fc18cd61906 (diff) | |
download | freebsd-ports-gnome-d82551edb1fc950cf7382ee4afd137d9f96b9717.tar.gz freebsd-ports-gnome-d82551edb1fc950cf7382ee4afd137d9f96b9717.tar.zst freebsd-ports-gnome-d82551edb1fc950cf7382ee4afd137d9f96b9717.zip |
SSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determines
what ciphers are supported, which are the servers prefered ciphers, which SSL
protocols are supported and returns the SSL certificate. Client certificates and
private key can be configured and output is to text / XML.
PR: ports/158111
Submitted by: Matthieu BOUTHORS <matthieu@labs.fr>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 0cb5d9973c8f..9ddb65bd9f3f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -816,6 +816,7 @@ SUBDIR += sshit SUBDIR += ssl-admin SUBDIR += sslproxy + SUBDIR += sslscan SUBDIR += sslsniffer SUBDIR += sslwrap SUBDIR += ssss |