summaryrefslogtreecommitdiff
path: root/test/testdata/chains
Commit message (Collapse)AuthorAgeFilesLines
* 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-271-0/+49
This filters out certificates with signing algorithms that we can't handle. Also, make unit tests better.