X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5cd1d1356732d96d49a1f7c682d1b8a33b2576f9..600dc06981df5a906125f8442c36056a117412d4:/test/confs/5670 diff --git a/test/confs/5670 b/test/confs/5670 index d4bedac51..f4252668e 100644 --- a/test/confs/5670 +++ b/test/confs/5670 @@ -32,11 +32,11 @@ tls_ocsp_file = PEM DIR/tmp/ocsp/double_r.ocsp.pem .ifdef _HAVE_GNUTLS -tls_require_ciphers = ${if eq {LIMIT}{TLS1.2} {NORMAL:!VERS-ALL:+VERS-TLS1.2} {}} +tls_require_ciphers = ${if eq {TRUSTED}{TLS1.2} {NORMAL:!VERS-ALL:+VERS-TLS1.2} {}} .endif .ifdef _HAVE_OPENSSL -.ifdef LIMIT -openssl_options = ${if eq {LIMIT}{TLS1.2} {+no_tlsv1_3} {}} +.ifdef TRUSTED +openssl_options = ${if eq {TRUSTED}{TLS1.2} {+no_tlsv1_3} {}} .endif .endif @@ -81,7 +81,7 @@ remote_delivery: hosts_require_tls = * .ifdef _HAVE_GNUTLS - tls_require_ciphers = ${if eq {LIMIT}{TLS1.2} \ + tls_require_ciphers = ${if eq {TRUSTED}{TLS1.2} \ {NONE:\ +SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA\ :+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509} \