]> git.ipfire.org Git - thirdparty/bind9.git/commit
Call set_resigntime() in receive_secure_serial()
authorMark Andrews <marka@isc.org>
Thu, 27 Feb 2020 06:35:18 +0000 (17:35 +1100)
committerMark Andrews <marka@isc.org>
Tue, 3 Mar 2020 05:16:38 +0000 (16:16 +1100)
commitbfef5ce9bc5d3ff660aad805281f80a5b98a0871
tree4ead0ae7b8b7625b1f57053d75bc39d4eab3d7a7
parent3df676051854bc822d0aaaabfc70d1a917b448c6
Call set_resigntime() in receive_secure_serial()

With RRSIG records no longer being signed with the full
sig-validity-interval we need to ensure the zone->resigntime
as it may need to be set to a earlier time.

(cherry picked from commit 5d1611afdc61ea8f19ceecc3e88cdb2296ec3914)
lib/dns/zone.c