Drop NSEC/3 records from `VerifiedRRStream::verified_rrs`
authorMatt Corallo <git@bluematt.me>
Sat, 2 Mar 2024 15:56:39 +0000 (15:56 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 2 Mar 2024 16:41:07 +0000 (16:41 +0000)
commit29454486a3636160e944bde211bf48bd10908180
tree601ff28858eb122ca2d333c9da910cf57823d551
parente9d191edb546e1aac1194d7b50e8e535c7f54c69
Drop NSEC/3 records from `VerifiedRRStream::verified_rrs`

`verified_rrs` is intended to include only the records a user may
want, not signatures and proof records. Thus, like we remove
RRSIG/DS records, here we also remove NSEC/3 records.
src/query.rs
src/validation.rs