dnsimple / erldns

DNS server, in Erlang.
MIT License
398 stars 98 forks source link

Support parsing CDS0/CDNSKEY0 records #87

Closed coreyhaines closed 5 years ago

coreyhaines commented 5 years ago

This adds support for parsing the digest and public_key values for CDS0/CDNSKEY0.

It also clarifies/adds tests around parsing CDS and CDNSKEY.

aeden commented 5 years ago

@coreyhaines what's the status on this? Is it done and can it be merged?

coreyhaines commented 5 years ago

I think it can be closed without merging. It was an experiment / get feedback branch. But, we resolved the CDS0/CDNSKEY0 issue by encoding it properly at the source.