]> 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 12:36:25 +0000 (14:36 +0200)
commitbd13d0d2af7d697c3986f91d0610e73ea76ddedd
tree3aec7bf9a9055eda709d8acea94a3004a67b8a77
parentaea6f4f18b5ebcc8a897c9f354fd1855aa4dc3e0
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.

(cherry picked from commit 489752eb1f7f4e09bcf96d723ae64158cf785f97)
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