From: Remi Gacogne Date: Mon, 31 Jan 2022 08:44:07 +0000 (+0100) Subject: NSEC -> NSEC3 X-Git-Tag: auth-4.7.0-alpha1~38^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78cee42937e5265bf6e0d5c1dc1fdaf684932a5a;p=thirdparty%2Fpdns.git NSEC -> NSEC3 Co-authored-by: Otto Moerbeek --- diff --git a/pdns/validate.cc b/pdns/validate.cc index db6eff87d6..0edf51dbfa 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -679,7 +679,7 @@ dState getDenial(const cspmap_t &validrrsets, const DNSName& qname, const uint16 // If the name exists, check if the qtype is denied if (beginHash == h) { - /* The NSEC is either a delegation one, from the parent zone, and + /* The NSEC3 is either a delegation one, from the parent zone, and * must have the NS bit set but not the SOA one, or a regular NSEC * either at apex (signer == owner) or with the SOA or NS bits clear. */