Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 1 | -3/+3 |
| | | | | | NSS had subtly changed the values of the distrust CK_TRUST codes so update them to stay in sync. | ||||
* | Hard code distrust temporarily. | Stef Walter | 2013-03-08 | 1 | -1/+149 |
| | | | | | This is because we have no way to load this data into the trust module. Working on a real solution. | ||||
* | trust: Refactor how we load builtin objects | Stef Walter | 2013-03-08 | 1 | -11/+13 |
| | |||||
* | Some debug info about which files are being loaded | Stef Walter | 2013-02-05 | 1 | -2/+15 |
| | |||||
* | Add the builtin roots NSS specific object | Stef Walter | 2013-02-05 | 1 | -1/+27 |
| | | | | This tells NSS that this is a source of anchors. | ||||
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+256 |
This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. |