zonemaster / zonemaster-ldns

A Perl interface module for Zonemaster to NLnet Labs' ldns library
Other
8 stars 12 forks source link

Finish CDS/CDNSKEY implementation #114

Open vlevigneron opened 3 years ago

vlevigneron commented 3 years ago
ghost commented 1 year ago

Since the CDS (resp CDNSKEY) resource record format is identical to the DS record (resp DNSKEY record), we could make the Zonemaster::LDNS::RR::CDS (resp Zonemaster::LDNS::RR::CDNSKEY) a subclass of Zonemaster::LDNS::RR::DS (resp Zonemaster::LDNS::RR::DNSKEY).