summaryrefslogtreecommitdiff
path: root/test/scripts/3450-plaintext-GnuTLS/3450
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/3450-plaintext-GnuTLS/3450')
-rw-r--r--test/scripts/3450-plaintext-GnuTLS/345043
1 files changed, 43 insertions, 0 deletions
diff --git a/test/scripts/3450-plaintext-GnuTLS/3450 b/test/scripts/3450-plaintext-GnuTLS/3450
new file mode 100644
index 000000000..bb50a3e9c
--- /dev/null
+++ b/test/scripts/3450-plaintext-GnuTLS/3450
@@ -0,0 +1,43 @@
+# TLS (server: TLS required before AUTH)
+gnutls
+exim -DSERVER=server -bd -oX PORT_D
+****
+client-ssl HOSTIPV4 PORT_D
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 235
+quit
+??? 221
+****
+client-ssl 127.0.0.1 PORT_D
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 503
+starttls
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 235
+quit
+??? 221
+****
+killdaemon