resolved: dnssec - add reference to the algorithm we implement

This commit is contained in:
Tom Gundersen 2016-01-01 16:48:35 +01:00
parent b2c2a1b95d
commit 964067666f
1 changed files with 1 additions and 0 deletions

View File

@ -1192,6 +1192,7 @@ static int nsec3_is_good(DnsResourceRecord *rr, DnsAnswerFlags flags, DnsResourc
return dns_name_equal(a, b);
}
/* See RFC 5155, Section 8 */
static int dnssec_test_nsec3(DnsAnswer *answer, DnsResourceKey *key, DnssecNsecResult *result, bool *authenticated) {
_cleanup_free_ char *next_closer_domain = NULL, *l = NULL;
uint8_t hashed[DNSSEC_HASH_SIZE_MAX];