summaryrefslogtreecommitdiff
path: root/trust/tests/test-trust.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Implement reloading of token dataStef Walter2013-07-031-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 componentsStef Walter2013-06-251-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 filesStef Walter2013-05-271-1/+1
|
* Our own unit testing frameworkStef Walter2013-05-211-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