Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README. | Linus Nordberg | 2016-03-30 | 1 | -0/+10 |
| | |||||
* | Add validatechain.c and move some code to common.c. | Linus Nordberg | 2016-03-30 | 7 | -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 Nordberg | 2016-03-29 | 1 | -1/+26 |
| | | | | Facilitating querying a local nameserver. | ||||
* | Use a list of dicts; return errcode, not -errcode. | Linus Nordberg | 2016-03-28 | 1 | -58/+79 |
| | |||||
* | WIP | Linus Nordberg | 2016-03-27 | 5 | -0/+2317 |