summaryrefslogtreecommitdiff
path: root/tools/dnssec/dns-wire2text.c
Commit message (Collapse)AuthorAgeFilesLines
* Add validatechain.c and move some code to common.c.Linus Nordberg2016-04-071-59/+3
| | | | | | | | | 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.
* Use a list of dicts; return errcode, not -errcode.Linus Nordberg2016-04-071-58/+79
|
* WIPLinus Nordberg2016-04-071-0/+149