summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-10-04 13:20:29 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-10-04 13:24:35 +0100
commit96751ae76e6c6db435f5a4f141511d6f973b6583 (patch)
treea28e76afda4822ecec068ad65c8b438ebd698d28 /test/confs
parentece23f05d6a430a461a75639197271c23f6858ec (diff)
downloadexim4-96751ae76e6c6db435f5a4f141511d6f973b6583.tar.gz
OpenSSL: fix configuration of older TLS protocol versions
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/11904
l---------test/confs/20911
2 files changed, 4 insertions, 1 deletions
diff --git a/test/confs/1190 b/test/confs/1190
index c65bf5b0c..d368004e9 100644
--- a/test/confs/1190
+++ b/test/confs/1190
@@ -24,6 +24,10 @@ tls_alpn = STRICT
hosts_require_alpn = *
.endif
+.ifdef _HAVE_OPENSSL
+tls_require_ciphers = ALL:@SECLEVEL=0
+openssl_options = -no_sslv3 -no_tlsv1_1 -no_tlsv1
+.endif
# ------ ACL ------
diff --git a/test/confs/2091 b/test/confs/2091
deleted file mode 120000
index 9aba31b86..000000000
--- a/test/confs/2091
+++ /dev/null
@@ -1 +0,0 @@
-2090 \ No newline at end of file