* NSEC3 RR.
*/
/*
- The RRSIG from "." denies the existence of any type at a except NS and SOA.
+ The RRSIG from "." denies the existence of any type at "a" except NS and SOA.
NS has to be set since it is proving an insecure delegation, but SOA should NOT!
*/
addNSECRecordToLW(DNSName("a."), DNSName("b."), {QType::NS, QType::SOA}, 600, records);
* NSEC3 RR.
*/
/*
- The RRSIG from "." denies the existence of any type at a except NS and SOA.
+ The RRSIG from "." denies the existence of any type at "a" except NS and SOA.
NS has to be set since it is proving an insecure delegation, but SOA should NOT!
*/
addNSEC3UnhashedRecordToLW(DNSName("a."), DNSName("."), "whatever", {QType::NS, QType::SOA}, 600, records);