tobez / validns

DNS and DNSSEC zone file validator
Other
77 stars 26 forks source link

Add support for ILNP records #20

Open bortzmeyer opened 12 years ago

bortzmeyer commented 12 years ago

The codes for the four ILNP records (NID, L64, L32 and LP) have been added to the IANA registry http://www.iana.org/assignments/dns-parameters. The future RFC is in the RFC Editor Queue http://www.rfc-editor.org/internet-drafts/draft-irtf-rrg-ilnp-dns-06.txt

It would be cool to have validns support for them.

tobez commented 12 years ago

A bit difficult to test correctness of wire format representation (and signatures) for ILNP records without BIND not supporting them even in snapshot releases... :-/

bortzmeyer commented 11 years ago

I tested it and it seems OK, thanks. Two more tests could be added:

NodeID with more than 4 hex digits in a group are accepted:

error5 IN NID 1 00ff:ff2056:ee64:67

LP pointing to the owner name are accepted even with -p all (the RFC says it must not be done) :+1:

error2 IN LP 1 error2

tobez commented 11 years ago

On Sat, Nov 17, 2012 at 08:53:46AM -0800, Stéphane Bortzmeyer wrote:

I tested it and it seems OK, thanks. Two more tests could be added:

NodeID with more than 4 hex digits in a group are accepted:

error5 IN NID 1 00ff:ff2056:ee64:67

LP pointing to the owner name are accepted even with -p all (the RFC says it must not be done) :+1:

error2 IN LP 1 error2

Thanks! Should be fixed now.

BTW, what do you use to sign zones with NID/LP and friends? Then I can add proper tests to the test suit.

\Anton.

Our society can survive even a large amount of irrational regulation. -- John McCarthy

bortzmeyer commented 11 years ago

I do not sign these zones yet.