summaryrefslogtreecommitdiff
path: root/common/x509.c
Commit message (Expand)AuthorAgeFilesLines
* hash: Rename file and functions for hashesStef Walter2013-03-201-2/+2
* trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by defaultStef Walter2013-03-151-0/+22
* x509: Don't break when cA field of BasicConstraints is missingStef Walter2013-03-071-2/+9
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-0/+136
* Move the X.509 extension parsing code in common/Stef Walter2013-02-051-4/+63
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-051-0/+152