]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge