Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Implement reloading of token data | Stef Walter | 2013-07-03 | 1 | -0/+75 |
| | | | | | | | | | | | | | | | * Reload token data whenever a new session is opened. * Only reload files/directories that have changed. * Move duplicate anchor/blacklist detection logic into the extract code. This is in line with the approach being discussed on the mailing lists and spec document. * New internal attribute CKA_X_ORIGIN set on all objects so we can track where an object came from, and replace it when reloaded. In general this is a prerequisite for modification of objects reload before modify is necessary to prevent multiple callers clobbering each other's changes. | ||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -1/+175 |
| | | | | | | | * p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory | ||||
* | persist: Support for writing out p11-kit persist files | Stef Walter | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -0/+152 |
* Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code |