Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement trust assertion PKCS#11 objects | Stef Walter | 2013-02-05 | 1 | -0/+11 |
| | | | | | | * 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 | ||||
* | Add the builtin roots NSS specific object | Stef Walter | 2013-02-05 | 1 | -1/+4 |
| | | | | This tells NSS that this is a source of anchors. | ||||
* | Add support for openssl TRUSTED CERTIFICATE PEM files | Stef Walter | 2013-02-05 | 1 | -0/+8 |
| | |||||
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+90 |
This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. |