dns/TODO

19 lines
599 B
Plaintext

Todo:
* wildcards, in sig gen, sig checking
* Private key file parsing use io.Reader (or the like) - NewReader, NewWriter?
* Tsig generation for replies (request MAC)
* nsupdate, it's there except for the names
* IXFR
Longer term:
* Parsing from strings, going with goyacc and own lexer
* NSEC and nsec3 closest encloser helper functions
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