Skip to content

rrcache: don't store NSEC3 and their signatures

Vladimír Čunát requested to merge rrcache-no-nsec3 into master

They would end up cached by their hashed owner names and then even returned if explicitly queried by that hashed name, which is not correct: https://tools.ietf.org/html/rfc4035#section-2.3

Internally we only need these for non-existence proofs, and those are stored in pktcache instead.

Merge request reports