]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Add support for Extended DNS Error 9 (Missing DNSKEY)
authorColin Vidal <colin@isc.org>
Wed, 17 Dec 2025 09:18:53 +0000 (10:18 +0100)
committerColin Vidal <colin@isc.org>
Wed, 17 Dec 2025 09:18:53 +0000 (10:18 +0100)
commitfe456b47f90d7c4e189920855a017ca1d758638b
tree3f376ad0d670de8c91bb8ebc70b1cae605973248
parent9aa2b3ea0697e3c560fa8654bfad1b1317aa0db4
parentd07deba6158bb0cd16c02917350e79c3f75197c5
new: usr: Add support for Extended DNS Error 9 (Missing DNSKEY)

Extended DNS Error 9 (Missing DNSKEY) is now sent when a validating resolver attempts to validate a response but can't get the DNSKEY from the authoritative server of the zone, while the DS record is present in the parent zone.

See #2715

Merge branch '2715-missingdnskey' into 'main'

See merge request isc-projects/bind9!10296