Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store rejected certificates. | Linus Nordberg | 2015-03-25 | 13 | -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 Nordberg | 2015-02-27 | 1 | -0/+49 |
This filters out certificates with signing algorithms that we can't handle. Also, make unit tests better. |