diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-16 02:05:13 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-16 02:20:57 +0000 |
commit | 854586e1495b0a0f4be2a561c419ec4671009dbd (patch) | |
tree | 6b7e019ebd545169ed7293d2940874f0e9b47601 /test/scripts/5840-DANE-OpenSSL | |
parent | 1fcabbd4882b7be03749ce4b84cabe002f231293 (diff) |
Testsuite: testcase for Bug 2198
Diffstat (limited to 'test/scripts/5840-DANE-OpenSSL')
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5840 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/test/scripts/5840-DANE-OpenSSL/5840 b/test/scripts/5840-DANE-OpenSSL/5840 index 142a25ad4..a86ec310c 100644 --- a/test/scripts/5840-DANE-OpenSSL/5840 +++ b/test/scripts/5840-DANE-OpenSSL/5840 @@ -25,10 +25,16 @@ killdaemon exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D **** ### TLSA (2 0 1) -exim -odq CALLER@mxdane256ta.test.ex +exim -odf CALLER@mxdane256ta.test.ex Testing **** -exim -qf +killdaemon +# +exim -DSERVER=server -DCERT=DIR/aux-fixed/exim-ca/example.com/server2.example.com/fullchain.pem -DALLOW=DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.unlocked.key -bd -oX PORT_D +**** +### TLSA (2 1 1) +exim -odf CALLER@mxdane256tak.test.ex +Testing **** killdaemon # @@ -47,7 +53,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 -odq CALLER@thishost.test.ex +exim -odf CALLER@thishost.test.ex Testing **** exim -DOPT=no_certname -qf |