Commit 708bcd2d authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

Call valg verify functions (unimplemented for now)

parent d0edff7d
......@@ -229,7 +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)
{
return val->alg->vtbl->verify(val->alg, crec_dnskey->addr.key.keydata, crec_dnskey->uid);
}
static void dnssec_parserrsig(struct dns_header *header, size_t pktlen,
......
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