+19 November 2007: Wouter
+ - do not downcase NSEC and RRSIG for verification. Follows
+ draft-ietf-dnsext-dnssec-bis-updates-06.txt.
+
16 November 2007: Wouter
- privilege separation is not needed in unbound at this time.
TODO item marked as such.
not needed.
o check if for PowerDNS(2.9.21) CNAME in Answer section & rcode=NXDOMAIN needs
to be fixed up to be rcode=NOERROR?
+o On Windows use CryptGenRandom() to get random seed for arc4random.
*/
/* type starts with the name; remainder is binary compared */
case LDNS_RR_TYPE_NXT:
- case LDNS_RR_TYPE_NSEC:
/* use rdata field formats */
case LDNS_RR_TYPE_MINFO:
case LDNS_RR_TYPE_RP:
case LDNS_RR_TYPE_KX:
case LDNS_RR_TYPE_MX:
case LDNS_RR_TYPE_SIG:
- case LDNS_RR_TYPE_RRSIG:
case LDNS_RR_TYPE_PX:
case LDNS_RR_TYPE_NAPTR:
case LDNS_RR_TYPE_SRV:
case LDNS_RR_TYPE_HINFO:
return canonical_compare_hinfo(d, i, j);
+ case LDNS_RR_TYPE_NSEC:
+ case LDNS_RR_TYPE_RRSIG:
default:
/* For unknown RR types, or types not listed above,
* no canonicalization is needed, do binary compare */