diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-02-26 08:58:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-26 08:58:55 +0700 |
commit | ed41a8193edb9a4aaf0d1eeb0a138823ff77120b (patch) | |
tree | 15d1b9791a512fd0ba451f8bf80ebf43237b8795 /network/sslscan/README | |
parent | f85077be7b92a6ade91007fe50733e1b61f06cf7 (diff) |
network/sslscan: Updated for version 1.11.8_rbsec + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sslscan/README')
-rw-r--r-- | network/sslscan/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/sslscan/README b/network/sslscan/README index 288790c8d148..6626f8fa0ccf 100644 --- a/network/sslscan/README +++ b/network/sslscan/README @@ -2,3 +2,9 @@ SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers that are supported. SSLScan is designed to be easy, lean and fast. The output includes prefered ciphers of the SSL service, the certificate, and is in Text and XML formats. + +Upstream recommends building statically against OpenSSL 1.0.2 (with weak +ciphers and small DH keys re-enabled) for the widest compatibility for +scanning. You can build against the system openssl with: + +STATIC=no ./sslscan.SlackBuild |