]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Skip unsupported algorithms when looking for signing key
authorOndřej Surý <ondrej@isc.org>
Tue, 4 Nov 2025 19:30:08 +0000 (20:30 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Nov 2025 19:30:08 +0000 (20:30 +0100)
commit7ca069e28fa3973d87169f99cdf3ff3fcd4ae00e
tree766cb258c3f91a1138978e481062e118ae477af0
parent28926f210e10a9c482ebba90a33875bd63dfb3b6
parenta94a7c1a1e6eecbead995a08bace33d23899a5da
fix: usr: Skip unsupported algorithms when looking for signing key

A mix of supported and unsupported DNSSEC algorithms in the same zone could have caused validation failures. Ignore the DNSSEC keys with unsupported algorithm when looking for the signing keys.

Closes #5622

Merge branch '5622-dont-fail-on-unsupported-algorithms' into 'main'

See merge request isc-projects/bind9!11208