summaryrefslogtreecommitdiff
path: root/src/dnssecport.erl
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalise DS RR and refactor dns a bit.dnssecLinus Nordberg2016-04-071-10/+17
| | | | | | Rename split_rrset/1 -> decode_rrset/1. Add type rr() and use it. Canonicalise DS RR.
* Add unit test for validation, from dnssecport:handle_call().Linus Nordberg2016-04-061-38/+75
| | | | | | | | - 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.
* WIPLinus Nordberg2016-03-271-0/+130