diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-06 12:15:10 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-06 12:15:10 +0100 |
commit | d52a8ce8499fbb88f4670623df9f52d3e790292b (patch) | |
tree | a8af9386e22f83b8a99d72b5cd8ba55ac2739d00 /test/log/5730 | |
parent | bc2767e61d9d31d2fb05078b0214d84d5e68d23d (diff) |
GnuTLS: clear errno before any data i/o op, so error logging does not see stale values
Diffstat (limited to 'test/log/5730')
-rw-r--r-- | test/log/5730 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/log/5730 b/test/log/5730 index 6582d7591..732ed954e 100644 --- a/test/log/5730 +++ b/test/log/5730 @@ -21,8 +21,8 @@ 1999-03-02 09:44:33 10HmbG-0005vi-00 client ocsp status: 1 (notresp) 1999-03-02 09:44:33 10HmbG-0005vi-00 == failrevoked@test.ex R=client T=send_to_server3 defer (-37) H=127.0.0.1 [127.0.0.1]: TLS session: (certificate verification failed): certificate revoked 1999-03-02 09:44:33 10HmbH-0005vi-00 <= CALLER@server1.example.com U=CALLER P=local S=sss -1999-03-02 09:44:33 10HmbH-0005vi-00 client ocsp status: 3 (failed) -1999-03-02 09:44:33 10HmbH-0005vi-00 == failexpired@test.ex R=client T=send_to_server3 defer (-37) H=127.0.0.1 [127.0.0.1]: TLS session: (certificate status check failed) +1999-03-02 09:44:33 10HmbH-0005vi-00 client ocsp status: 1 (notresp) +1999-03-02 09:44:33 10HmbH-0005vi-00 == failexpired@test.ex R=client T=send_to_server3 defer (-37) H=127.0.0.1 [127.0.0.1]: TLS session: (certificate verification failed): certificate invalid ******** SERVER ******** 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port PORT_D @@ -48,4 +48,4 @@ 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 TLS error on connection from [127.0.0.1] (recv): A TLS fatal alert has been received: Certificate is bad 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 TLS error on connection from [127.0.0.1] (recv): The TLS connection was non-properly terminated. +1999-03-02 09:44:33 TLS error on connection from [127.0.0.1] (recv): A TLS fatal alert has been received: Certificate is bad |