summaryrefslogtreecommitdiff
path: root/test/testdata
Commit message (Collapse)AuthorAgeFilesLines
* 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.