summaryrefslogtreecommitdiff
path: root/test/scripts/2100-OpenSSL/2124
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/2100-OpenSSL/2124')
-rw-r--r--test/scripts/2100-OpenSSL/212429
1 files changed, 29 insertions, 0 deletions
diff --git a/test/scripts/2100-OpenSSL/2124 b/test/scripts/2100-OpenSSL/2124
new file mode 100644
index 000000000..420f6ccdf
--- /dev/null
+++ b/test/scripts/2100-OpenSSL/2124
@@ -0,0 +1,29 @@
+# TLS server: empty/non-existent certificate file
+exim -DSERVER=server -bd -oX PORT_D
+****
+client-ssl HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 220
+****
+killdaemon
+exim -DSERVER=server -DCERT=/non/exist -bd -oX PORT_D
+****
+client-ssl HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 454
+****
+killdaemon