summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/suite/testcompat-main-polarssl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/suite/testcompat-main-polarssl b/tests/suite/testcompat-main-polarssl
index 292354736a..6d3cc4db82 100755
--- a/tests/suite/testcompat-main-polarssl
+++ b/tests/suite/testcompat-main-polarssl
@@ -81,6 +81,8 @@ echo ""
echo "** Modifier: $ADD"
fi
+# SSL 3.0 is disabled in debian's polarssl
+if test 0 = 1;then
echo "Check SSL 3.0 with RSA ciphersuite"
launch_server $$ --priority "NONE:+CIPHER-ALL:+SIGN-ALL:+COMP-NULL:+MAC-ALL:+VERS-SSL3.0:+RSA$ADD" --x509certfile $SERV_CERT --x509keyfile $SERV_KEY --x509cafile $CA_CERT --dhparams params.dh & PID=$!
wait_server $PID
@@ -111,6 +113,7 @@ wait
#
#kill $PID
#wait
+fi
#TLS 1.0