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/5820-DANE-GnuTLS | |
parent | ebda598a4af7ead204e1f611ec066bb678a275d5 (diff) |
DANE: fix TA-mode verify under GnuTLS. Bug 2311
Diffstat (limited to 'test/scripts/5820-DANE-GnuTLS')
-rw-r--r-- | test/scripts/5820-DANE-GnuTLS/5820 | 8 | ||||
-rw-r--r-- | test/scripts/5820-DANE-GnuTLS/5822 | 19 |
2 files changed, 4 insertions, 23 deletions
diff --git a/test/scripts/5820-DANE-GnuTLS/5820 b/test/scripts/5820-DANE-GnuTLS/5820 index 652661cc1..d7824a38c 100644 --- a/test/scripts/5820-DANE-GnuTLS/5820 +++ b/test/scripts/5820-DANE-GnuTLS/5820 @@ -2,11 +2,11 @@ # exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D **** -### TLSA (3 1 1) +### TLSA (3 1 1) (DANE-EE SPKI SHA2-256) exim -odq CALLER@dane256ee.test.ex Testing **** -### TLSA (3 1 2) +### TLSA (3 1 2) ( SHA2-512) exim -odq CALLER@mxdane512ee.test.ex Testing **** @@ -24,7 +24,7 @@ killdaemon # exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D **** -### TLSA (2 0 1) +### TLSA (2 0 1) (DANE-TA CERT SHA2-256) exim -odf CALLER@mxdane256ta.test.ex Testing **** @@ -44,7 +44,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/5820-DANE-GnuTLS/5822 b/test/scripts/5820-DANE-GnuTLS/5822 deleted file mode 100644 index 9e565ab49..000000000 --- a/test/scripts/5820-DANE-GnuTLS/5822 +++ /dev/null @@ -1,19 +0,0 @@ -# DANE server: selfsigned cert -# -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 |