Commit a7338645 authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

Add a FIXME for missing logic.

parent 776fd047
......@@ -229,6 +229,7 @@ static int begin_rrsig_validation(struct dns_header *header, size_t pktlen,
static int end_rrsig_validation(PendingRRSIGValidation *val, struct crec *crec_dnskey)
{
/* FIXME: keydata is non-contiguous */
return val->alg->vtbl->verify(val->alg, crec_dnskey->addr.key.keydata, crec_dnskey->uid);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment