summaryrefslogtreecommitdiff
path: root/tools/dnssec
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for validation, from dnssecport:handle_call().Linus Nordberg2016-04-071-0/+1
| | | | | | | | - The port now returns the RRset (DS, chain, trust root and all RRSIG's). This in preparatino for when this data will be normalised. - dnssecport decodes and encodes DNS data. - v1 stores the DS RR in the leaf and the rest, including the DS RRSIG, in the chain.
* Add some debugging output to validatechain.Linus Nordberg2016-04-071-1/+20
|
* Add dns-text2wire.Linus Nordberg2016-04-072-1/+47
|
* Update README.Linus Nordberg2016-04-071-0/+10
|
* Add validatechain.c and move some code to common.c.Linus Nordberg2016-04-077-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-04-071-1/+26
| | | | Facilitating querying a local nameserver.
* Use a list of dicts; return errcode, not -errcode.Linus Nordberg2016-04-071-58/+79
|
* WIPLinus Nordberg2016-04-075-0/+2317