Remove tls12 tests for older versions of openssl

Clean up
pull/48/head
Soner Tari 4 years ago
parent 4176ee482e
commit d42ba28729

@ -8,18 +8,12 @@ if [ -z "$EVENT" ]; then
exit 1
fi
# TLSv1 == TLSv10 == SSLv3
NO_TLS10=no
NO_TLS11=no
case "$SSL" in
openssl-0.9.*)
SSLURL=https://www.openssl.org/source/old/0.9.x/$SSL.tar.gz
NO_TLS11=yes
;;
openssl-1.0.0*)
SSLURL=https://www.openssl.org/source/old/1.0.0/$SSL.tar.gz
NO_TLS11=yes
;;
openssl-1.0.1*)
SSLURL=https://www.openssl.org/source/old/1.0.1/$SSL.tar.gz
@ -38,7 +32,6 @@ openssl-*)
;;
libressl-2.7.4*)
SSLURL=http://ftp.fau.de/pub/OpenBSD/LibreSSL/$SSL.tar.gz
NO_TLS10=yes
;;
libressl-*)
#SSLURL=https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$SSL.tar.gz
@ -49,9 +42,6 @@ libressl-*)
;;
esac
export NO_TLS10
export NO_TLS11
case "$EVENT" in
libevent-2.1.8)
EVENTURL=https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz

@ -129,7 +129,6 @@ ProxySpec {
}
# Tests for SSL configuration
ProxySpec https 127.0.0.1 8443 up:8080 127.0.0.1 9443
# Tests for SSL configuration: tls10 only
ProxySpec {
Proto https

@ -12,8 +12,7 @@
"2": {
"comment": "SSL config tests",
"testsets": {
"1": "ssl_testset_1.json",
"2": "ssl_testset_2.json"
"1": "ssl_testset_2.json"
}
},
"3": {

Loading…
Cancel
Save