]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix handling of revoked keys
authorEvan Hunt <each@isc.org>
Fri, 14 Mar 2025 22:26:36 +0000 (22:26 +0000)
committerEvan Hunt <each@isc.org>
Fri, 14 Mar 2025 22:26:36 +0000 (22:26 +0000)
When a key is revoked, its key ID changes due to the inclusion of the "revoked" flag. A collision between this changed key ID
and an unrelated public-only key could cause a crash in `dnssec-signzone`.

Closes #5231

Merge branch '5231-fix-keyid-collision' into 'main'

See merge request isc-projects/bind9!10233


Trivial merge