freebsd-ports/security/openssl/files/extra-patch-test_testssl
Bernard Spil edbc45bca3 security/openssl: Update to 1.0.2l
- Bugfix update to 1.0.2l
 - Fix PADLOCK option
   - Build failure -Wunused-function
   - Properly disable with configure
 - Strip patch-version from DIST_SUBDIR, reduce dirs
 - Remove unneeded testssl patch, dtls tests are OK
 - Add new WITHOUT_SSL3 testssl extra-patch
 - Remove md5 patch (inconsistent output)
 - Remove openbsd_hw.c patch (not compiled)
 - Remove srtp patch (upstream fixed)
 - Fix plist
2017-05-25 18:53:09 +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