diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-10 16:19:16 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-10 16:19:16 +0000 |
commit | 4f7a93c27e3d43b44c42d3fc503f03b9b42ca622 (patch) | |
tree | 48ce964da76a3c72d792cab33448dc91bc780920 /test/scripts/5720-OpenSSL-events | |
parent | 4243a209fd9499f30bebd58ceaa2d0d9845407ae (diff) |
Allow a forced-fail for banner expansion to close connection without panic-log
Diffstat (limited to 'test/scripts/5720-OpenSSL-events')
-rw-r--r-- | test/scripts/5720-OpenSSL-events/5721 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/scripts/5720-OpenSSL-events/5721 b/test/scripts/5720-OpenSSL-events/5721 index 19f977c7b..14bcd2cb6 100644 --- a/test/scripts/5720-OpenSSL-events/5721 +++ b/test/scripts/5720-OpenSSL-events/5721 @@ -1,6 +1,6 @@ # smtp-on-connect drop-before-tls-accept # -exim -DSERVER=server -tls-on-connect -bd -oX PORT_D:PORT_D2:PORT_D3 +exim -DSERVER=server -tls-on-connect -bd -oX PORT_D:PORT_D2:PORT_D3:PORT_D4 **** # # Normal, full connect and quit @@ -25,6 +25,12 @@ client-anytls -tls-on-connect 127.0.0.1 PORT_D3 ???* **** # +# server fails banner expansion +client-anytls -tls-on-connect 127.0.0.1 PORT_D4 +???* +**** +# +# # client disconnects before server TLS accept completes client 127.0.0.1 PORT_D +++ 1 |