Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Add pem-directory-hash extract format | Adam Williamson | 2015-01-14 | 1 | -8/+41 |
| | | | | | | | | | | | | This allows extraction of a directory of standard PEM files with the OpenSSL hash symlinks; this is a format used by some popular platforms (Debian's /etc/ssl/certs is in this form, and OpenSUSE provides it for compatibility). Initially by: Ludwig Nussel <ludwig.nussel@suse.de> Signed-off-by: Stef Walter <stefw@redhat.com> * Added header, fixed compiler warnings | ||||
* | trust: Refactor enumeration of certificates to extract | Stef Walter | 2013-08-29 | 1 | -10/+10 |
| | | | | Because we want to use this same logic for listing trust | ||||
* | trust: Add support for saving files with unique file names | Stef Walter | 2013-07-03 | 1 | -3/+5 |
| | |||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -0/+143 |
* 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 |