]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: dnssec - add reference to the algorithm we implement
authorTom Gundersen <teg@jklm.no>
Fri, 1 Jan 2016 15:48:35 +0000 (16:48 +0100)
committerTom Gundersen <teg@jklm.no>
Fri, 1 Jan 2016 22:10:01 +0000 (23:10 +0100)
src/resolve/resolved-dns-dnssec.c

index deb5e7384fae57687d980dcd8c180f01d4e08a2e..1ffa98ecb3fed477a2daabe44c091d4acc30ef03 100644 (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];