]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fail DNSKEY validation when supported but invalid DS is found
authorOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 19:57:50 +0000 (20:57 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 19:57:50 +0000 (20:57 +0100)
A regression was introduced when adding the EDE code for unsupported
DNSKEY and DS algorithms.  When the parent has both supported and
unsupported algorithm in the DS record, the validator would treat the
supported DS algorithm as insecure when validating DNSKEY records
instead of BOGUS.  This has not security impact as the rest of the child
zone correctly ends with BOGUS status, but it is incorrect and thus the
regression has been fixed.

Closes #5757

Merge branch '5757-fix-mixed-algorithm-DS-handling' into 'main'

See merge request isc-projects/bind9!11580


Trivial merge