]> 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:38:55 +0000 (16:38 +1100)
commit1103f41fa06ae593e0a1a3bf8cf8f7ca6ada7b7d
tree887025971e2391ab18d8f3a7bedcf231c5bad109
parent93c6a3e2ee44e157d7b4d27cf8465189007adf5b
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