]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix bug in Offline KSK that is using ZSK with unlimited lifetime
authorMatthijs Mekking <matthijs@isc.org>
Wed, 4 Sep 2024 14:40:02 +0000 (14:40 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 4 Sep 2024 14:40:02 +0000 (14:40 +0000)
If the ZSK has unlimited lifetime, the timing metadata "Inactive" and "Delete" cannot be found and is treated as an error, preventing the zone to be signed. This has been fixed.

Closes #4914

Merge branch '4914-offline-ksk-zsk-lifetime-unlimited-bug' into 'main'

See merge request isc-projects/bind9!9447


Trivial merge