summaryrefslogtreecommitdiff
path: root/test/scripts/2000-GnuTLS/2024
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/2000-GnuTLS/2024')
-rw-r--r--test/scripts/2000-GnuTLS/202430
1 files changed, 30 insertions, 0 deletions
diff --git a/test/scripts/2000-GnuTLS/2024 b/test/scripts/2000-GnuTLS/2024
new file mode 100644
index 000000000..46b93d413
--- /dev/null
+++ b/test/scripts/2000-GnuTLS/2024
@@ -0,0 +1,30 @@
+# TLS server: empty/non-existent certificate file
+gnutls
+exim -DSERVER=server -bd -oX PORT_D
+****
+client-gnutls 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-gnutls HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 454
+****
+killdaemon