summaryrefslogtreecommitdiff
path: root/tools/dnssec
Commit message (Collapse)AuthorAgeFilesLines
* Update README.Linus Nordberg2016-03-301-0/+10
|
* Add validatechain.c and move some code to common.c.Linus Nordberg2016-03-307-178/+401
| | | | | | | | | dns-net2wire.c is nothing but an ugly hack on top of getdns_query.c making it save answer, validation_chain and trust anchors to three separate files. Used for testing purposes. validatechain takes the above mentioned three files as input and performs DNSSEC validation.
* Read root hints from file "root.txt".Linus Nordberg2016-03-291-1/+26
| | | | Facilitating querying a local nameserver.
* Use a list of dicts; return errcode, not -errcode.Linus Nordberg2016-03-281-58/+79
|
* WIPLinus Nordberg2016-03-275-0/+2317