diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-17 16:28:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-17 16:28:58 +0100 |
commit | 570cb1bdbc6ea378b2dcaf6ebabb45a5610ed1ef (patch) | |
tree | 8d5da6ce3df0945e66b48e9a624984a54800c4d7 /test/scripts/5840-DANE-OpenSSL | |
parent | ebda598a4af7ead204e1f611ec066bb678a275d5 (diff) |
DANE: fix TA-mode verify under GnuTLS. Bug 2311
Diffstat (limited to 'test/scripts/5840-DANE-OpenSSL')
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5840 | 2 | ||||
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5842 | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/test/scripts/5840-DANE-OpenSSL/5840 b/test/scripts/5840-DANE-OpenSSL/5840 index b1ea2f307..4d88131ea 100644 --- a/test/scripts/5840-DANE-OpenSSL/5840 +++ b/test/scripts/5840-DANE-OpenSSL/5840 @@ -52,7 +52,7 @@ killdaemon # Check we get a CV and TLS connection, with try_dane but no require_dane exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D **** -exim -odf CALLER@thishost.test.ex +exim -odf -DDETAILS=ca CALLER@thishost.test.ex Testing **** exim -DOPT=no_certname -qf diff --git a/test/scripts/5840-DANE-OpenSSL/5842 b/test/scripts/5840-DANE-OpenSSL/5842 deleted file mode 100644 index da9e4e3c7..000000000 --- a/test/scripts/5840-DANE-OpenSSL/5842 +++ /dev/null @@ -1,19 +0,0 @@ -# DANE server: selfsigned and TA-mode -# -exim -DSERVER=server -bd -oX PORT_D -**** -### TLSA (2 0 1) -exim -odf CALLER@mxdane256tas.test.ex -Testing -**** -### TLSA (2 1 1) -exim -odf CALLER@mxdane256task.test.ex -Testing -**** -### TLSA (3 1 1) -exim -odf CALLER@mxdane256ees.test.ex -Testing -**** -killdaemon -# -no_msglog_check |