summaryrefslogtreecommitdiff
path: root/tests/suite/testcompat-main-polarssl
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-12 18:42:04 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-12 18:42:06 +0100
commitf8305507981b25522f6705554e344964bd27c58d (patch)
tree5fca6f9a52b036fa94f6d25cc73725c83c2ab219 /tests/suite/testcompat-main-polarssl
parentb66982dea5be90afafc4e3df051345b559195fae (diff)
downloadgnutls-f8305507981b25522f6705554e344964bd27c58d.tar.gz
tests: disable SSL 3.0 checks with polarssl
It seems that SSL 3.0 is disabled in Debian's polarssl.
Diffstat (limited to 'tests/suite/testcompat-main-polarssl')
-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