Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing root CA in tests. | Linus Nordberg | 2015-08-24 | 1 | -0/+81 |
| | |||||
* | 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 | 10 | -214/+330 |
| | | | | | | | This filters out certificates with signing algorithms that we can't handle. Also, make unit tests better. | ||||
* | Implement cert chain validation. | Linus Nordberg | 2014-10-22 | 8 | -0/+220 |
NOTE: Presence of and constraints on names are not being validated. |