summaryrefslogtreecommitdiff
path: root/trust/extract-pem.c
Commit message (Collapse)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-178/+0
| | | | | | | | | This repository has moved to GitHub to allow further contributions and more flexibility who can merge changes. More details here: https://lists.freedesktop.org/archives/p11-glue/2016-November/000626.html
* trust: Add pem-directory-hash extract formatAdam Williamson2015-01-141-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 extractStef Walter2013-08-291-10/+10
| | | | Because we want to use this same logic for listing trust
* trust: Add support for saving files with unique file namesStef Walter2013-07-031-3/+5
|
* Reorganize various componentsStef Walter2013-06-251-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