Loading test/testssl +11 −7 Original line number Diff line number Diff line Loading @@ -172,6 +172,9 @@ for protocol in TLSv1.2 SSLv3; do test_cipher $cipher $protocol done echo "testing connection with weak DH, expecting failure" if [ $protocol = "SSLv3" ] && ../util/shlib_wrap.sh ../apps/openssl no-ssl3; then echo "skipping weak DH test for disabled protocol" else if [ $protocol = "SSLv3" ] ; then $ssltest -cipher EDH -dhe512 -ssl3 else Loading @@ -182,6 +185,7 @@ for protocol in TLSv1.2 SSLv3; do exit 1 fi fi fi if ../util/shlib_wrap.sh ../apps/openssl no-ec; then echo "skipping RSA+ECDHE tests" else Loading Loading
test/testssl +11 −7 Original line number Diff line number Diff line Loading @@ -172,6 +172,9 @@ for protocol in TLSv1.2 SSLv3; do test_cipher $cipher $protocol done echo "testing connection with weak DH, expecting failure" if [ $protocol = "SSLv3" ] && ../util/shlib_wrap.sh ../apps/openssl no-ssl3; then echo "skipping weak DH test for disabled protocol" else if [ $protocol = "SSLv3" ] ; then $ssltest -cipher EDH -dhe512 -ssl3 else Loading @@ -182,6 +185,7 @@ for protocol in TLSv1.2 SSLv3; do exit 1 fi fi fi if ../util/shlib_wrap.sh ../apps/openssl no-ec; then echo "skipping RSA+ECDHE tests" else Loading