Skip to content
Snippets Groups Projects

Rrsig-refresh2

Merged Libor Peltan requested to merge rrsig_refresh2 into master
Files
7
+ 4
0
@@ -573,6 +573,10 @@ int check_policy(
return KNOT_EINVAL;
}
if (refresh.code == KNOT_EOK) {
CONF_LOG(LOG_WARNING, "rrsig-refresh option is deprecated and will be calculated from TTLs and propagation-delay");
}
int64_t ksk_size = conf_int(&ksk);
if (ksk_size != YP_NIL && !dnssec_algorithm_key_size_check(algorithm, ksk_size)) {
args->err_str = "KSK key size not compatible with the algorithm";
Loading