Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iter: Add iteration mode where session is not busy | Stef Walter | 2013-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | In order to use the session we are iterating on for other tasks such as other C_FindObject() calls, we need to make sure that it's not in the middle of a find operation. Finish up the complete find operation in advance of returning objects from a session. Make this the default mode. The previous behavior remains as an option. Add tests. | ||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -0/+253 |
* 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 |