]> git.ipfire.org Git - thirdparty/bind9.git/commit
update key checks in lib/bind9/check.c and fix checkconf test
authorEvan Hunt <each@isc.org>
Wed, 3 Oct 2018 18:46:06 +0000 (11:46 -0700)
committerEvan Hunt <each@isc.org>
Wed, 5 Jun 2019 14:49:57 +0000 (07:49 -0700)
commit82f5bce1bb96ff8569f7074f45b1599eecaf57bd
treeaed45eaa908991a4fd7b25fc4a6dbb2ccd831146
parenta00e54cf0e98e3796cfc96ab868ac2fd772cd146
update key checks in lib/bind9/check.c and fix checkconf test

- any use of trusted or static keys for the root zone will now
  elicit a warning, regardless of what the keys may be
- ditto for any use of a key for dlv.isc.org, static or managed
bin/tests/system/checkconf/check-root-ksk-2010.conf
bin/tests/system/checkconf/check-root-ksk-2017.conf
bin/tests/system/checkconf/check-root-ksk-both.conf
bin/tests/system/checkconf/check-root-mixed-key.conf [new file with mode: 0644]
bin/tests/system/checkconf/check-root-static-key.conf [new file with mode: 0644]
bin/tests/system/checkconf/check-root-trusted-key.conf [new file with mode: 0644]
bin/tests/system/checkconf/tests.sh
lib/bind9/check.c