| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright strings. | Linus Nordberg | 2015-04-09 | 1 | -1/+1 |
* | Store rejected certificates. | Linus Nordberg | 2015-03-25 | 1 | -52/+94 |
* | Clarify that 0.test.pem is not a valid #'OTPCertificate'{}. | Linus Nordberg | 2015-03-24 | 1 | -14/+14 |
* | Add spec's for most functions. | Linus Nordberg | 2015-03-23 | 1 | -1/+8 |
* | Formatting; remove debug printouts. | Linus Nordberg | 2015-03-23 | 1 | -33/+17 |
* | Add precert handling. | Linus Nordberg | 2015-03-23 | 1 | -69/+186 |
* | Fix a bug where verification of EC signatures made us crash. | Linus Nordberg | 2015-02-27 | 1 | -33/+40 |
* | Verify that known roots are indeed signing themselves. | Linus Nordberg | 2015-02-27 | 1 | -18/+40 |
* | Even more debug logging. | Linus Nordberg | 2015-02-25 | 1 | -0/+3 |
* | Add debug logging. | Linus Nordberg | 2015-02-25 | 1 | -0/+5 |
* | Stop validating that cert.issuer matches issuer.subject. | Linus Nordberg | 2015-02-20 | 1 | -46/+27 |
* | Make unit tests work again. | Linus Nordberg | 2015-02-19 | 1 | -6/+9 |
* | Verify certificates by decoding them as 'plain' certs rather than 'otp. | Linus Nordberg | 2014-11-18 | 1 | -18/+194 |
* | Log some info about certs that don't parse and why. | Linus Nordberg | 2014-11-05 | 1 | -3/+21 |
* | Catch badly ASN.1-encoded certificates. | Linus Nordberg | 2014-10-24 | 1 | -13/+26 |
* | Log (info) when adding and rejecting a certificate chain.validate-certchain | Linus Nordberg | 2014-10-23 | 1 | -1/+5 |
* | Split CertChain properly. | Linus Nordberg | 2014-10-23 | 1 | -1/+1 |
* | Don't use der_encoded(). | Linus Nordberg | 2014-10-23 | 1 | -6/+5 |
* | Implement cert chain validation. | Linus Nordberg | 2014-10-22 | 1 | -0/+137 |