diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-26 00:41:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-26 15:53:41 +0100 |
commit | fd3cf789304c68aec6def76b24f61ea840c1a919 (patch) | |
tree | 7f6e582b61c27b2dcd523d2cd4008a63a9b135f3 /test/confs/2132 | |
parent | 48224640cb97b694c3ea2f159c3e60d64598ba65 (diff) |
Testsuite: variances for OpenSSL 1.1.1
Diffstat (limited to 'test/confs/2132')
-rw-r--r-- | test/confs/2132 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/test/confs/2132 b/test/confs/2132 index 7e491b8a6..4d90a9cd7 100644 --- a/test/confs/2132 +++ b/test/confs/2132 @@ -29,18 +29,7 @@ begin acl check_recipient: accept hosts = : deny hosts = HOSTIPV4 - !encrypted = AES256-SHA : \ - AES256-GCM-SHA384 : \ - AES128-GCM-SHA256 : \ - IDEA-CBC-MD5 : \ - DES-CBC3-SHA : \ - DHE-RSA-AES256-SHA : \ - DHE-RSA-AES256-GCM-SHA384 : \ - DHE_RSA_AES_256_CBC_SHA1 : \ - DHE_RSA_3DES_EDE_CBC_SHA : \ - ECDHE-RSA-AES256-GCM-SHA384 : \ - ECDHE-RSA-AES128-GCM-SHA256 : \ - ECDHE-RSA-CHACHA20-POLY1305 + !encrypted = * warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ {We did not present a cert}} |