]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fail DNSKEY validation when supported but invalid DS is found
authorOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 05:13:59 +0000 (06:13 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 10:34:43 +0000 (11:34 +0100)
commitf983a6415293bf26e5001b44a202a618f60dbf34
treefc99f932981edf566ea0dccda9670889b037c527
parent2c67f8bbcad049f9fb8ca4df21ca64b459f51ee1
Fail DNSKEY validation when supported but invalid DS is found

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.
bin/tests/system/dnssec/tests_validation.py
lib/dns/include/dns/validator.h
lib/dns/validator.c