+5561. [bug] KASP incorrectly set signature validity to the value
+ of the DNSKEY signature validity. This is now fixed.
+ [GL #2383]
+
5559. [bug] The --with-maxminddb=PATH form of the build-time option
enabling support for libmaxminddb was not working
correctly. This has been fixed. [GL #2366]
- 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