LinkTed / dns-message-parser

Rust libary to encode and decode DNS packets
BSD 3-Clause "New" or "Revised" License
24 stars 8 forks source link

Support DNSSEC resource record types #23

Open jvns opened 2 years ago

jvns commented 2 years ago

I noticed that the DNSSEC resource record types from RFC 4034 (DS, DNSKEY, RRSIG, NSEC) aren't supported.

I came across this when capturing DNS packets using dnspeep -- some of the queries the unbound resolver is making result in RRSIG and NSEC responses, which it's unable to parse.

Also thanks for this library, it's been great to work with.

LinkTed commented 2 years ago

DNSKEY and DS are already supported and NSEC is currently not done yet.