summaryrefslogtreecommitdiff
path: root/c_src/dnssec.c
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for validation, from dnssecport:handle_call().Linus Nordberg2016-04-061-24/+92
| | | | | | | | - 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.
* Implement DNSSEC validation.Linus Nordberg2016-04-031-43/+215
| | | | NOTE: Doesn't return canonicalised RR's, only the getdns return value.
* WIPLinus Nordberg2016-03-271-0/+138