diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-07 17:40:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-07 18:39:05 +0100 |
commit | ce889807c90746896f1310e9f4957215f46f7836 (patch) | |
tree | 1ec45758956dcc38985d2bcf8fe31fff71d16044 /test/stderr | |
parent | b7e4352c99fe3dee2af93f06ef0ac74ee355d5ea (diff) |
Testsuite: add DANE cases for DNS secure no-TLSA lookups
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/5840 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stderr/5840 b/test/stderr/5840 index 75f938ab4..5ccf7cda0 100644 --- a/test/stderr/5840 +++ b/test/stderr/5840 @@ -73,6 +73,8 @@ LOG: unexpected disconnection while reading SMTP command from [127.0.0.1] ### A server lacking a TLSA, dane required (should fail) ### A server lacking a TLSA, dane requested only (should fail, as the NXDOMAIN is not DNSSEC) ### A server where the A is dnssec and the TLSA _fails_ +### A server securely saying "no TLSA records here", dane required (should fail) +### A server securely saying "no TLSA records here", dane requested only (should transmit) ******** SERVER ******** ### TLSA (3 1 1) @@ -85,3 +87,5 @@ LOG: unexpected disconnection while reading SMTP command from [127.0.0.1] ### A server lacking a TLSA, dane required (should fail) ### A server lacking a TLSA, dane requested only (should fail, as the NXDOMAIN is not DNSSEC) ### A server where the A is dnssec and the TLSA _fails_ +### A server securely saying "no TLSA records here", dane required (should fail) +### A server securely saying "no TLSA records here", dane requested only (should transmit) |