mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-12 23:33:18 -05:00
also disable trust-anchor-signaling is crpl tests
git-svn-id: file:///svn/unbound/trunk@4361 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ac9b95ca0c
commit
ef740d0cca
10 changed files with 10 additions and 0 deletions
1
testdata/ipsecmod_bogus_ipseckey.crpl
vendored
1
testdata/ipsecmod_bogus_ipseckey.crpl
vendored
|
|
@ -14,6 +14,7 @@ server:
|
|||
ipsecmod-hook: "../../testdata/ipsecmod_hook.sh"
|
||||
ipsecmod-strict: no
|
||||
ipsecmod-max-ttl: 200
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/ipsecmod_ignore_bogus_ipseckey.crpl
vendored
1
testdata/ipsecmod_ignore_bogus_ipseckey.crpl
vendored
|
|
@ -15,6 +15,7 @@ server:
|
|||
ipsecmod-strict: no
|
||||
ipsecmod-max-ttl: 200
|
||||
ipsecmod-ignore-bogus: yes
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/subnet_cached.crpl
vendored
1
testdata/subnet_cached.crpl
vendored
|
|
@ -10,6 +10,7 @@ server:
|
|||
module-config: "subnetcache validator iterator"
|
||||
verbosity: 3
|
||||
access-control: 127.0.0.1 allow_snoop
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/subnet_val_positive.crpl
vendored
1
testdata/subnet_val_positive.crpl
vendored
|
|
@ -8,6 +8,7 @@ server:
|
|||
max-client-subnet-ipv4: 17
|
||||
module-config: "subnetcache validator iterator"
|
||||
verbosity: 3
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/subnet_val_positive_client.crpl
vendored
1
testdata/subnet_val_positive_client.crpl
vendored
|
|
@ -9,6 +9,7 @@ server:
|
|||
max-client-subnet-ipv4: 17
|
||||
module-config: "subnetcache validator iterator"
|
||||
verbosity: 3
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/val_ds_gost.crpl
vendored
1
testdata/val_ds_gost.crpl
vendored
|
|
@ -5,6 +5,7 @@ server:
|
|||
val-override-date: "20070916134226"
|
||||
target-fetch-policy: "0 0 0 0 0"
|
||||
fake-sha1: yes
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/val_ds_gost_downgrade.crpl
vendored
1
testdata/val_ds_gost_downgrade.crpl
vendored
|
|
@ -6,6 +6,7 @@ server:
|
|||
target-fetch-policy: "0 0 0 0 0"
|
||||
fake-sha1: yes
|
||||
harden-algo-downgrade: yes
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/val_ds_sha2.crpl
vendored
1
testdata/val_ds_sha2.crpl
vendored
|
|
@ -6,6 +6,7 @@ server:
|
|||
target-fetch-policy: "0 0 0 0 0"
|
||||
fake-dsa: yes
|
||||
fake-sha1: yes
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/val_ds_sha2_downgrade.crpl
vendored
1
testdata/val_ds_sha2_downgrade.crpl
vendored
|
|
@ -7,6 +7,7 @@ server:
|
|||
fake-dsa: yes
|
||||
fake-sha1: yes
|
||||
harden-algo-downgrade: yes
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
1
testdata/val_ds_sha2_lenient.crpl
vendored
1
testdata/val_ds_sha2_lenient.crpl
vendored
|
|
@ -7,6 +7,7 @@ server:
|
|||
fake-dsa: yes
|
||||
fake-sha1: yes
|
||||
harden-algo-downgrade: no
|
||||
trust-anchor-signaling: no
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
|
|
|||
Loading…
Reference in a new issue