]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit3e11c4a873387756a25b63d0de5f183457ff342c
tree95b78d63fffe25b4d7d26ea833c77389f9ec4f74
parent8a09d54d6befaf3e35a59c48b926da893303a375
parent911daeb30648b27053259121405e2260998657e0
fix: usr: Fix bug in Offline KSK that is using ZSK with unlimited lifetime

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