dns/TODO

29 lines
814 B
Plaintext

Todo:
Short term:
* NSEC3 - need base32 for Nsec3
* Parsing from strings
* Signature generation
* private key to privkey format 1.3
* Testsuite
* Cleanup the code
Issues:
* escaped dots in names \.
* quoted quotes in txt records
* 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 (maybe net issue)
* Convenience functions?
- for new(RR*)
- nsupdate
* query-time, server in string ouput of dns.Msg
- resolver.Msg when doing resolver querying, extend msg...?
--
* remove the dns.Wire*() functions and fixe dnssec.go to make it work
* Fix remaining records: LOC, NAPTR 'n stuff.
Port over from LDNS:
* ldns-rrsig
* ldns-keygen - generate a key - more server side