Commit 8fbbbdd5 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix no-ssl3-method in 1.0.2

parent 8b4e971f
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -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
@@ -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