diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-19 19:11:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-19 19:18:07 +0100 |
commit | 927a335fbd3d51e29a216efd034b61f0a169f6aa (patch) | |
tree | b73bbe08477dd39fab05f60c1dccef1e5183657b /test/confs/5892 | |
parent | 360dccf0892b75ebbfcd5363c1c70a35f80ad337 (diff) |
Testsuite: split out OpenSSL TLS1.3 resume tests
Older library versions do not support 1.3 so a separate numbered
testcase is needed
Diffstat (limited to 'test/confs/5892')
-rw-r--r-- | test/confs/5892 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/5892 b/test/confs/5892 index 4e6883fc2..a7738468f 100644 --- a/test/confs/5892 +++ b/test/confs/5892 @@ -15,7 +15,11 @@ acl_smtp_helo = check_helo acl_smtp_rcpt = check_recipient log_selector = +received_recipients +tls_resumption +tls_peerdn +.ifdef _OPT_OPENSSL_NO_TLSV1_3_X openssl_options = +no_sslv2 +no_sslv3 +single_dh_use OPTION +.else +openssl_options = +no_sslv2 +no_sslv3 +single_dh_use +.endif tls_advertise_hosts = * # Set certificate only if server |