]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit025ef4d7b82a6340e17f176ba1bdf34754cb7cdb
treed963b81b9ac6f0b74e0380b17e09b22a440c90e2
parente6c07b33866b42e13819daaa1ed99319d670391b
parent9cfe9f5eb787f6c42eee87fc79f5fd38218090c4
fix: dev: Fix handling of revoked keys

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