dns/TODO

29 lines
814 B
Plaintext

Todo:
Short term:
* NSEC(3) secure denial of existence, support the type bitmap
- need base32 for Nsec3
* TSIG
* Parsing from strings
* Server support
* Key generation
* Signature generation
Issues:
* Separation between dnssec and dns is arbitrary, why is tsig.go of package dns?
* escaped dots in domain 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
- DnsMsg when doing resolver querying, extend msg...?
--
Port over from LDNS:
* ldns-rrsig
* ldns-keygen - generate a key - more server side