b580e6a1fa
- OpenSSL binary and libs for testing and scanning - Use with e.g. sslscan or testssl.sh Differential Revision: https://reviews.freebsd.org/D9483
15 lines
481 B
Text
15 lines
481 B
Text
Disable SSLv3 test when built without SSL3 option disabled
|
|
|
|
- Test for weak DH fails when enabled
|
|
|
|
--- test/testssl.orig 2017-04-27 12:23:44 UTC
|
|
+++ test/testssl
|
|
@@ -160,7 +160,7 @@ test_cipher() {
|
|
}
|
|
set -x
|
|
echo "Testing ciphersuites"
|
|
-for protocol in TLSv1.2 SSLv3; do
|
|
+for protocol in TLSv1.2; do
|
|
echo "Testing ciphersuites for $protocol"
|
|
for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
|
|
test_cipher $cipher $protocol
|