diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-18 15:51:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-18 15:54:05 +0100 |
commit | d083e3f2af9baf1910a69c1cc4a06a26be99d40c (patch) | |
tree | 1a533c9006f99f0ef1462a7494ff08de4ed3a7b7 /test/scripts/2000-GnuTLS | |
parent | b634f8eaf52aae84c311d7e306f38f3dc07ff1b0 (diff) |
ALPN: feature macro
Diffstat (limited to 'test/scripts/2000-GnuTLS')
-rw-r--r-- | test/scripts/2000-GnuTLS/2038 | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/test/scripts/2000-GnuTLS/2038 b/test/scripts/2000-GnuTLS/2038 deleted file mode 100644 index 227af8475..000000000 --- a/test/scripts/2000-GnuTLS/2038 +++ /dev/null @@ -1,36 +0,0 @@ -# TLS: ALPN: mandatory -# Separated from the OpenSSL equivalent as we deliberately send a Fatal Alert, and that gets logged by the receiver -# OpenSSL does not provides the facility. -gnutls -exim -DSERVER=server -bd -oX PORT_D -**** -# Client requires ALPN (success) -exim -DCONTROL=smtp -DREQUIRE=y -odf client_require@test.ex -**** -killdaemon -# -# Server can be told to ignore (bad) ALPN from client -exim -DSERVER=server -DSTRICT="" -bd -oX PORT_D -**** -# Client requires ALPN (fail) -exim -DCONTROL=http -DREQUIRE=y -odf client_require_fail@test.ex -**** -exim -Mrm $msg1 -**** -sudo rm -f DIR/spool/db/retry -killdaemon -# -# -# Server can be told ALPN mandatory -exim -DSERVER=server -DREQUIRE=y -bd -oX PORT_D -**** -# Client supplies ALPN, good -exim -DCONTROL=smtp -odf server_require_good@test.ex -**** -# Client does not supply ALPN, fails -exim -odf server_require_bad@test.ex -**** -killdaemon -# -no_msglog_check -no_stdout_check |