X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/3af849e2045f7c580d4c533d829dc9d567162d36..c82de233a9bf264bb0db7ae72b2aa6da62ade2f0:/test/confs/2102?ds=sidebyside diff --git a/test/confs/2102 b/test/confs/2102 index 0139a61c0..99f659fd2 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -33,6 +33,9 @@ tls_verify_hosts = HOSTIPV4 tls_verify_certificates = DRSA/server2.example.com/ca_chain.pem +.ifdef _OPT_OPENSSL_NO_TLSV1_3_X +openssl_options = +no_tlsv1_3 +.endif # ------ ACL ------ begin acl @@ -43,6 +46,7 @@ check_recipient: !encrypted = * logwrite = cipher: $tls_in_cipher # This appears to lie. Despite what's on the wire, it returns the last cert loaded. +# Fixed in OpenSSL 1.1.1 ? Testcase golden logfile has the incorrect value. warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ {We did not present a cert}}