Commit 00b963ab authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

Improve logging message.

parent 79333a24
...@@ -390,7 +390,7 @@ int dnssec_validate(struct dns_header *header, size_t pktlen) ...@@ -390,7 +390,7 @@ int dnssec_validate(struct dns_header *header, size_t pktlen)
GETSHORT(rdlen, p); GETSHORT(rdlen, p);
if (qtype == T_RRSIG) if (qtype == T_RRSIG)
{ {
printf("RRSIG found\n"); printf("RRSIG found (owner: %s)\n", owner);
/* TODO: missing logic. We should only validate RRSIGs for which we /* TODO: missing logic. We should only validate RRSIGs for which we
have a valid DNSKEY that is referenced by a DS record upstream. have a valid DNSKEY that is referenced by a DS record upstream.
There is a memory vs CPU conflict here; should we validate everything There is a memory vs CPU conflict here; should we validate everything
......
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