diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-29 15:20:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-29 15:26:16 +0100 |
commit | 012dd02e8436a8451afc4a8f69e128e257566c80 (patch) | |
tree | 2f01d68e66fd95a9078cb55b8d7505c862d2441a /test | |
parent | 5b2fd993eadb7b476e5ef14028c7db09fda6c3ae (diff) |
OpenSSL: fix build on earlier library versions
Diffstat (limited to 'test')
-rw-r--r-- | test/log/5602 | 16 | ||||
-rw-r--r-- | test/scripts/5600-OCSP-OpenSSL/5602 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/test/log/5602 b/test/log/5602 new file mode 100644 index 000000000..95a283edd --- /dev/null +++ b/test/log/5602 @@ -0,0 +1,16 @@ +1999-03-02 09:44:33 1: Server sends good staple on request, to client requiring RSA auth +1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@server1.example.com U=CALLER P=local S=sss +1999-03-02 09:44:33 10HmaX-0005vi-00 => rsa.auth@test.ex R=client T=remote_delivery H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes DN="/CN=server1.example.com" C="250 OK id=10HmaY-0005vi-00" +1999-03-02 09:44:33 10HmaX-0005vi-00 Completed +1999-03-02 09:44:33 2: Server sends good staple on request, to client preferring ECDSA auth +1999-03-02 09:44:33 10HmaZ-0005vi-00 <= CALLER@server1.example.com U=CALLER P=local S=sss +1999-03-02 09:44:33 10HmaZ-0005vi-00 => ecdsa.auth@test.ex R=client T=remote_delivery H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-ECDSA-AES256-SHAnnn:xxx CV=yes DN="/CN=server1.example_ec.com" C="250 OK id=10HmbA-0005vi-00" +1999-03-02 09:44:33 10HmaZ-0005vi-00 Completed + +******** SERVER ******** +1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port PORT_D +1999-03-02 09:44:33 acl_mail: ocsp in status: 4 (verified) +1999-03-02 09:44:33 10HmaY-0005vi-00 <= <> H=localhost (server1.example.com) [127.0.0.1] P=esmtps X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no S=sss id=E10HmaX-0005vi-00@server1.example.com +1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port PORT_D +1999-03-02 09:44:33 acl_mail: ocsp in status: 4 (verified) +1999-03-02 09:44:33 10HmbA-0005vi-00 <= <> H=localhost (server1.example.com) [127.0.0.1] P=esmtps X=TLS1.x:ke-ECDSA-AES256-SHAnnn:xxx CV=no S=sss id=E10HmaZ-0005vi-00@server1.example.com diff --git a/test/scripts/5600-OCSP-OpenSSL/5602 b/test/scripts/5600-OCSP-OpenSSL/5602 index 07fda294c..02c27ce44 100644 --- a/test/scripts/5600-OCSP-OpenSSL/5602 +++ b/test/scripts/5600-OCSP-OpenSSL/5602 @@ -1,4 +1,5 @@ # OCSP stapling, server, multiple leaf-certs +# This will fail on OpenSSL versions before 1.1.0 # # # |