diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-20 18:31:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-20 22:30:13 +0100 |
commit | 9e9ad3eea16e14e8a6c96cde6ddc5c0051e0fd83 (patch) | |
tree | 7042d41aa45200cbe82ae1ef8ae26af9d8ba6028 /test/confs/2102 | |
parent | 8442641ee685d02b15ccfdc7290dda2674b8472e (diff) |
Testsuite: handle OpenSSL 1.1.1
Diffstat (limited to 'test/confs/2102')
-rw-r--r-- | test/confs/2102 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/2102 b/test/confs/2102 index 0139a61c0..c9e00479b 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -43,6 +43,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}} |