freebsd-ports/security/openssl-unsafe/files/extra-patch-test_testssl

16 lines
481 B
Text
Raw Normal View History

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