dns/TODO

19 lines
785 B
Plaintext

Todo:
* Private key file parsing use io.Reader (or the like) - NewReader, NewWriter?
* Parsing from strings, going with goyacc and .cz lexer?
* encoding NSEC3/NSEC bitmaps, DEcoding works
* AXFR/IXFR with TSIG validation
* Failed Xfr triggers nil error?
* Use callback in IXFR/AXFR to make tsig happen (and other cool stuff in FunkenSturm)
* A New for all type with some defaults filled in
* Take a good look at hash.Hash take over the digest sizes and names
* HIP RR (needs list of domain names, need slice stuff for that)
Issues:
* Check the network order, it works now, but this is on Intel??
* Make the testsuite work with public DNS servers
* pack/Unpack smaller. EDNS 'n stuff can be folded in
Examples:
* Test impl of nameserver, with a small zone, 1 KSK and online signing