summaryrefslogtreecommitdiff
path: root/trust/trust.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Implement a 'trust dump' commandStef Walter2017-01-311-0/+2
| | | | | | | | | | | This dumps all the PKCS#11 objects in the internal .p11-kit persistence format. This is part of the trust command and tooling, even though at some point it could go in the p11-kit command. The reason for this is that the code related to the internal .p11-kit objects is in the trust code, and consumed solely by the trust related modules.
* Route 'p11-kit extract-trust' over to trust toolStef Walter2013-08-291-0/+1
| | | | | | The actual command is 'trust extract-compat'. Make installed placeholder script reflect this. We still support the old placeholder script if it is present.
* trust: Add a list command to the trust toolStef Walter2013-08-291-1/+3
| | | | Lists with PKCS#11 URI's and some basic fields.
* trust: Add a basic 'anchor' command to store a new anchorStef Walter2013-07-081-0/+2
|
* Reorganize various componentsStef Walter2013-06-251-0/+64
* 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