Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit test for validation, from dnssecport:handle_call(). | Linus Nordberg | 2016-04-07 | 1 | -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 Nordberg | 2016-04-07 | 1 | -1/+20 |
| | |||||
* | Add dns-text2wire. | Linus Nordberg | 2016-04-07 | 2 | -1/+47 |
| | |||||
* | Update README. | Linus Nordberg | 2016-04-07 | 1 | -0/+10 |
| | |||||
* | Add validatechain.c and move some code to common.c. | Linus Nordberg | 2016-04-07 | 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-04-07 | 1 | -1/+26 |
| | | | | Facilitating querying a local nameserver. | ||||
* | Use a list of dicts; return errcode, not -errcode. | Linus Nordberg | 2016-04-07 | 1 | -58/+79 |
| | |||||
* | WIP | Linus Nordberg | 2016-04-07 | 5 | -0/+2317 |