]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Make key rollovers more robust
authorMatthijs Mekking <matthijs@isc.org>
Fri, 5 Dec 2025 12:07:39 +0000 (12:07 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 5 Dec 2025 12:07:39 +0000 (12:07 +0000)
A manual rollover when the zone is in an invalid DNSSEC state causes predecessor keys to be removed too quickly. Additional safeguards to prevent this have been added. DNSSEC records will not be removed from the zone until the underlying state machine has moved back into a valid DNSSEC state.

Closes #5458

Merge branch '5458-safeguard-against-key-rollovers-when-in-invalid-state' into 'main'

See merge request isc-projects/bind9!10813


Trivial merge