freebsd-ports/security/openssl-unsafe/files/extra-patch-test_testssl
Bernard Spil b580e6a1fa security/openssl-unsafe: Add OpenSSL port for scanning/testing
- OpenSSL binary and libs for testing and scanning
 - Use with e.g. sslscan or testssl.sh

Differential Revision:	https://reviews.freebsd.org/D9483
2017-10-10 11:47:19 +00:00

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