diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-20 21:14:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-20 22:03:23 +0000 |
commit | 28646fa9c74b94722eadd7bc2d9c285245aded80 (patch) | |
tree | 213e769b061562eb002237306a5da80b70c56d0c /test/confs | |
parent | 944e8b37e80589aef9de20ea5fedd98bc0900307 (diff) |
DANE/GnuTLS: ignore traditional CA anchor validation in DANE-EE mode
Not quite right for a mixed TA+EE set of TLSA records, but better than always-enforcing
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5820 | 2 | ||||
-rw-r--r-- | test/confs/5840 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/5820 b/test/confs/5820 index d4dce2f85..72402881a 100644 --- a/test/confs/5820 +++ b/test/confs/5820 @@ -64,7 +64,7 @@ begin transports send_to_server: driver = smtp allow_localhost - port = ${if match {$host}{\Ntest.ex$\N} {PORT_D}{25}} + port = PORT_D hosts_try_dane = * hosts_require_dane = HOSTIPV4 diff --git a/test/confs/5840 b/test/confs/5840 index 10ca2111b..754945d6e 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -69,7 +69,7 @@ begin transports send_to_server: driver = smtp allow_localhost - port = ${if match {$host}{\Ntest.ex$\N} {PORT_D}{25}} + port = PORT_D hosts_try_dane = * hosts_require_dane = HOSTIPV4 |