dns/TODO

27 lines
728 B
Plaintext

Todo:
Short term:
* NSEC(3) secure denial of existence, support the type bitmap
- need base32 for Nsec3
* TKEY -- RFC 2930 - validation
* TSIG -- RFC 4635 - validation
* Parsing from strings
* Server support
* Key generation
* Signature generation
Issues:
* Better sized buffers
* Check the network order, it works now, but this is on Intel
* Make the testsuite work with public DNS servers
* shortened ipv6 addresses are not parsed correctly (maby net issue)
* quoted quotes in txt records
* Convience functions?
- for new(RR*)
- nsupdate
* query-time, server in string ouput of dns.Msg
- DnsMsg when doing resolver querying
Port over from LDNS:
* ldns-rrsig
* ldns-keygen - generate a key - more server side