diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5820 | 3 | ||||
-rw-r--r-- | test/confs/5840 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/confs/5820 b/test/confs/5820 index bcb1a8f34..b038558de 100644 --- a/test/confs/5820 +++ b/test/confs/5820 @@ -2,6 +2,7 @@ # DANE/GnuTLS SERVER= +CONTROL= * .include DIR/aux-var/tls_conf_prefix @@ -66,7 +67,7 @@ send_to_server: allow_localhost port = PORT_D - hosts_try_dane = * + hosts_try_dane = CONTROL hosts_require_dane = HOSTIPV4 tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}} tls_try_verify_hosts = thishost.test.ex diff --git a/test/confs/5840 b/test/confs/5840 index 407846a8a..bda328a97 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -2,6 +2,7 @@ # DANE/OpenSSL SERVER= +CONTROL= * .include DIR/aux-var/tls_conf_prefix @@ -71,7 +72,7 @@ send_to_server: allow_localhost port = PORT_D - hosts_try_dane = * + hosts_try_dane = CONTROL hosts_require_dane = HOSTIPV4 tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}} tls_try_verify_hosts = thishost.test.ex |