Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log (info) when adding and rejecting a certificate chain. | Linus Nordberg | 2014-10-23 | 1 | -1/+5 |
| | | | | Writing to stdout for now, until we've decided on logging framework. | ||||
* | Split CertChain properly. | Linus Nordberg | 2014-10-23 | 1 | -1/+1 |
| | | | | This way, Chain is always a list. | ||||
* | Don't use der_encoded(). | Linus Nordberg | 2014-10-23 | 1 | -6/+5 |
| | | | | | The type definition seem to have disappeared from public_key.hrl in R17 and I don't know how to conditionally define a type. | ||||
* | Implement cert chain validation. | Linus Nordberg | 2014-10-22 | 1 | -0/+137 |
NOTE: Presence of and constraints on names are not being validated. |