]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update kasp test with CDNSKEY checks
authorMatthijs Mekking <matthijs@isc.org>
Mon, 6 Jan 2020 11:58:04 +0000 (12:58 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Feb 2020 10:02:22 +0000 (11:02 +0100)
commite6c5ecd698f3d1042c59244a0070be88a342367e
treefdf6849acbb547bed14a96d589caab9bcb624595
parentaea824f16e094251a8dafd7aa225b69df7dcbbeb
Update kasp test with CDNSKEY checks

Add checks to the kasp system test to verify CDNSKEY publication.
This test is not entirely complete, because when there is a CDNSKEY
available but there should not be one for KEY N, it is hard to tell
whether the existing CDNSKEY actually belongs to KEY N or another
key.

The check works if we expect a CDNSKEY although we cannot guarantee
that the CDNSKEY is correct: The test verifies existence, not
correctness of the record.
bin/tests/system/kasp/tests.sh
lib/dns/dnssec.c