diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-03 21:09:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-03 21:09:54 +0000 |
commit | 281e72e46c44d316d47ed309dcb0d781a909a181 (patch) | |
tree | 3675bec10036a3d53461ce22faa2181fc6fa9459 /test/scripts | |
parent | 25df7d07925b61e29d471d8d993c37f758a08cf2 (diff) |
Testsuite: add more DANE testcases
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5840 | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/test/scripts/5840-DANE-OpenSSL/5840 b/test/scripts/5840-DANE-OpenSSL/5840 index 814b4b0e8..eef14c2fe 100644 --- a/test/scripts/5840-DANE-OpenSSL/5840 +++ b/test/scripts/5840-DANE-OpenSSL/5840 @@ -3,28 +3,47 @@ exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D **** # TLSA (3 1 1) -exim CALLER@dane256ee.test.ex +exim -odq CALLER@dane256ee.test.ex Testing **** # TLSA (3 1 2) -exim CALLER@mxdane512ee.test.ex +exim -odq CALLER@mxdane512ee.test.ex Testing **** exim -qf **** killdaemon -exim -DSERVER=server -DDETAILS=ee -DNOTDAEMON -qf -**** # # exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D **** # TLSA (2 0 1) -exim CALLER@mxdane256ta.test.ex +exim -odq CALLER@mxdane256ta.test.ex Testing **** exim -qf **** killdaemon -exim -DSERVER=server -DDETAILS=ta -DNOTDAEMON -qf +# +# A server with a nonverifying cert and no TLSA +# Check we get a non-CV but TLS connection, with try_dane but no require_dane +exim -DSERVER=server -DDETAILS=no -bd -oX PORT_D +**** +exim -odq CALLER@thishost.test.ex +Testing **** +exim -qf +**** +killdaemon +# +# A server with a verifying cert and no TLSA +# 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 -odq CALLER@thishost.test.ex +Testing +**** +exim -qf +**** +killdaemon +# |