Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Refactor to include concept of the index | Stef Walter | 2013-03-15 | 1 | -1/+1 |
| | | | | | | | | | | * The index holds PKCS#11 objects whether for the token or for the session. * The index provides hook for a builder to expand or validate objects being added to the index. * In addition theres a change hook so that a builder can maintain state between objects, such as the compat NSS trust objects. https://bugs.freedesktop.org/show_bug.cgi?id=62329 | ||||
* | trust: add a simple frob-nss-token tool to dump distrust | Stef Walter | 2013-03-08 | 1 | -0/+6 |
| | | | | | Add a simple tool to dump NSS style distrust attributes from a module. | ||||
* | Add tool for testing how fast the token loads | Stef Walter | 2013-02-05 | 1 | -0/+1 |
| | |||||
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+44 |
This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. |