summaryrefslogtreecommitdiff
path: root/trust/extract-jks.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Refactor enumeration of certificates to extractStef Walter2013-08-291-7/+6
| | | | Because we want to use this same logic for listing trust
* Always pass size_t varargs to p11_hash_xxx() functionsStef Walter2013-07-181-2/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=985421
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-101-7/+7
| | | | | | Since we don't want to link freebl3 to libp11-kit.so where it isn't needed, move the SHA-1 and MD5 digest functionality to the trust/ directory.
* trust: Add support for saving files with unique file namesStef Walter2013-07-031-1/+1
|
* Reorganize various componentsStef Walter2013-06-251-0/+331
* 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