diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-16 23:54:28 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-17 00:09:36 +0100 |
commit | 5dcadbf4edc474a0e55a3caaa3604ed06b6a3926 (patch) | |
tree | eb8eb74b6a0a4d6a8688b4c94460f043db907721 /test/confs/2102 | |
parent | 059f2aced50773fa38661a5a30c54260aee4bf55 (diff) |
Testsuite: force non-TLSv1.3 for (OpenSSL) cert-variable test
This maintains visibility of the cert choice required by the auth-method configuration.
Leave the bogus results from pre-1.1.1 OpenSSL library bug while the fixed version is not in common use.
Diffstat (limited to 'test/confs/2102')
-rw-r--r-- | test/confs/2102 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/2102 b/test/confs/2102 index c9e00479b..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 |