From 4f7a93c27e3d43b44c42d3fc503f03b9b42ca622 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 10 Dec 2022 16:19:16 +0000 Subject: Allow a forced-fail for banner expansion to close connection without panic-log --- test/scripts/5720-OpenSSL-events/5721 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/scripts/5720-OpenSSL-events') 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 -- cgit v1.2.3