summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit.c
Commit message (Collapse)AuthorAgeFilesLines
* Route 'p11-kit extract-trust' over to trust toolStef Walter2013-08-291-28/+30
| | | | | | The actual command is 'trust extract-compat'. Make installed placeholder script reflect this. We still support the old placeholder script if it is present.
* Fix various issues highlighted by coverity scannerStef Walter2013-07-181-0/+6
| | | | Among others fix possible usage of large stack allocation.
* trust: Fix the 'p11-kit extract' commandStef Walter2013-07-091-2/+20
| | | | | This is supposed to call over to 'trust extract' and wasn't working correctly.
* Reorganize various componentsStef Walter2013-06-251-0/+102
* 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