]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update the retire interval after full sign
authorMatthijs Mekking <matthijs@isc.org>
Tue, 19 Aug 2025 13:16:39 +0000 (15:16 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 26 Sep 2025 11:24:46 +0000 (13:24 +0200)
commit489752eb1f7f4e09bcf96d723ae64158cf785f97
treef8a44c449a6db321d52855a2da86721721572314
parentacbf110b1828946341ac22d568dacd4dfff9c387
Update the retire interval after full sign

After a full sign we no longer have to need to take the sign delay into
account. Update the timing checks in keymgr_transition_time to determine
the start of the interval: Either the last change, or if SigPublish/
SigDelete is set. The latter case indicates a full sign was done and
so we no longer have to take the sign delay into account.
lib/dns/dst_api.c
lib/dns/dst_parse.c
lib/dns/include/dns/keymgr.h
lib/dns/include/dst/dst.h
lib/dns/keymgr.c
lib/dns/zone.c