summaryrefslogtreecommitdiff
path: root/test/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Move testdata files to its own directory.Linus Nordberg2016-04-122-0/+0
|
* Add knot config dir for local root, for testing.Linus Nordberg2016-04-0721-0/+396
|
* Add unit test for validation, from dnssecport:handle_call().Linus Nordberg2016-04-072-0/+0
| | | | | | | | - 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 missing root CA in tests.Linus Nordberg2015-08-241-0/+81
|
* Store rejected certificates.Linus Nordberg2015-03-2513-0/+861
| | | | | | | Not storing the full chain, which would be even more useful. No rate limiting, which would be good. Also, reorganise some in x509.erl and add tests.
* Verify that known roots are indeed signing themselves.Linus Nordberg2015-02-2710-214/+330
| | | | | | | This filters out certificates with signing algorithms that we can't handle. Also, make unit tests better.
* Implement cert chain validation.Linus Nordberg2014-10-228-0/+220
NOTE: Presence of and constraints on names are not being validated.