KASP was using 'signatures-validity-dnskey' instead of
'signatures-validity'.
+5561. [bug] KASP incorrectly set signature validity to the value
+ of the DNSKEY signature validity. This is now fixed.
+ [GL #2383]
+
5560. [func] The default value of "max-stale-ttl" has been changed
from 12 hours to 1 day and the default value of
"stale-answer-ttl" has been changed from 1 second to
- Prevent rbtdb instances being destroyed by multiple threads at the same
time. This can trigger assertion failures. [GL #2355]
+
+- KASP incorrectly set signature validity to the value of the DNSKEY signature
+ validity. This is now fixed. [GL #2383]
REQUIRE(DNS_KASP_VALID(kasp));
REQUIRE(!kasp->frozen);
- kasp->signatures_validity = value;
+ kasp->signatures_validity_dnskey = value;
}
dns_ttl_t