summaryrefslogtreecommitdiff
path: root/trust/adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Use the new NSS PKCS#11 extension codesStef Walter2013-03-081-11/+11
| | | | | NSS had subtly changed the values of the distrust CK_TRUST codes so update them to stay in sync.
* Move the X.509 extension parsing code in common/Stef Walter2013-02-051-58/+74
| | | | * So it can be used by other code, in addition to the trust stuff
* Implement trust assertion PKCS#11 objectsStef Walter2013-02-051-0/+456
* Implement trust assertions for anchored and distrusted certs * Pinned certificate trust assertions are not implemented yet * Add an internal tool for pulling apart bits of certificates