RSAMD5 is deprecated

This commit is contained in:
Willem Toorop 2015-07-08 00:18:19 +02:00
parent 3b45255d1e
commit 51a04f8f6c
1 changed files with 1 additions and 0 deletions

View File

@ -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++;