summaryrefslogtreecommitdiff
path: root/test/scripts/1100-Basic-TLS
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2020-02-26 23:44:31 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2020-02-26 23:44:31 +0100
commit14e2dbbf0ec482f9fa5dd5a4fb6f2954a27f21eb (patch)
tree908eab6ba7a0326ca6fa3ac89ffc2ad4b19d35a8 /test/scripts/1100-Basic-TLS
parenteffbc122dd820cce469544415f836962236de860 (diff)
Testsuite: Move 2040 to 1101 (hanging pipelining connections)
While this was a bug using GnuTLS, the test is rather generic and the expected behaviour does not depend on the TLS implementation.
Diffstat (limited to 'test/scripts/1100-Basic-TLS')
-rw-r--r--test/scripts/1100-Basic-TLS/110118
1 files changed, 18 insertions, 0 deletions
diff --git a/test/scripts/1100-Basic-TLS/1101 b/test/scripts/1100-Basic-TLS/1101
new file mode 100644
index 000000000..0bcefa9fd
--- /dev/null
+++ b/test/scripts/1100-Basic-TLS/1101
@@ -0,0 +1,18 @@
+# TLS server: uncork in pipelining mode, fixed in bd95ffc2ba87fbd3c752df17bc8fd9c01586d45a
+exim -DSERVER=server -bd -oX PORT_D:PORT_S
+****
+client-anytls 127.0.0.1 PORT_D
+??? 220
+EHLO rhu.barb
+????250
+STARTTLS
+??? 220
+EHLO rhu.barb
+????250
+>>> MAIL FROM:<>\r\nRCPT TO:test@example.com\r\n
+??? 250 OK
+??? 250 Accepted (rcpt via callout)
+QUIT
+??? 2
+****
+killdaemon