X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2102;h=99f659fd2566f4a77617cf470cc3cde5126cb6a8;hb=a9f4f5d741fa0414a4a3e30aabde179dba3fb1ef;hp=0139a61c093873a20ccfbd295fea53056f6b114e;hpb=ba86e143c7aeb0d70ea4c9d73a617a98f06f6baa;p=user%2Fhenk%2Fcode%2Fexim.git 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}}