mirror of https://github.com/getdnsapi/getdns.git
RSAMD5 is deprecated
This commit is contained in:
parent
3b45255d1e
commit
51a04f8f6c
|
@ -2381,6 +2381,7 @@ static int chain_head_validate(chain_head *head, rrset_iter *tas)
|
|||
; rr; rr = rrtype_iter_next(rr)) {
|
||||
|
||||
if ( rr->rr_i.rr_type + 14 <= rr->rr_i.nxt
|
||||
&& rr->rr_i.rr_type[13] != GLDNS_RSAMD5 /* Deprecated */
|
||||
&& ldns_key_algo_supported(rr->rr_i.rr_type[13]))
|
||||
|
||||
supported_algorithms++;
|
||||
|
|
Loading…
Reference in New Issue