Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DNSSEC validation improvements. | Linus Nordberg | 2016-04-13 | 1 | -13/+28 |
| | | | | | | Use DS signature inception time as the DNSSEC validation time. Validate input data a bit more. Set TTL in DS to "Original TTL" of RRSIG (this time for real). | ||||
* | Add unit test for validation, from dnssecport:handle_call(). | Linus Nordberg | 2016-04-07 | 1 | -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 Nordberg | 2016-04-07 | 1 | -43/+215 |
| | | | | NOTE: Doesn't return canonicalised RR's, only the getdns return value. | ||||
* | Don't build test version. | Linus Nordberg | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | WIP | Linus Nordberg | 2016-04-07 | 6 | -0/+395 |