summaryrefslogtreecommitdiff
path: root/src/x509.erl
Commit message (Expand)AuthorAgeFilesLines
* Verify certificates by decoding them as 'plain' certs rather than 'otp.Linus Nordberg2014-11-181-18/+194
* Log some info about certs that don't parse and why.Linus Nordberg2014-11-051-3/+21
* Catch badly ASN.1-encoded certificates.Linus Nordberg2014-10-241-13/+26
* Log (info) when adding and rejecting a certificate chain.Linus Nordberg2014-10-231-1/+5
* Split CertChain properly.Linus Nordberg2014-10-231-1/+1
* Don't use der_encoded().Linus Nordberg2014-10-231-6/+5
* Implement cert chain validation.Linus Nordberg2014-10-221-0/+137