Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Merge details
131 | 96 | free(policy->keystore); |
132 | 97 | free(policy); |
133 | 98 | } |
99 | ||
100 | static bool valid_algorithm(const dnssec_kasp_policy_t *p) | |
101 | { | |
102 | return dnssec_algorithm_key_size_check(p->algorithm, p->ksk_size) && | |
103 | dnssec_algorithm_key_size_check(p->algorithm, p->zsk_size); | |
104 | ||
|
Otherwise:+1:
Added 1 commit:
Status changed to merged