summaryrefslogtreecommitdiff
path: root/trust/extract-pem.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-29MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter1-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
2015-01-14trust: Add pem-directory-hash extract formatAdam Williamson1-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
2013-08-29trust: Refactor enumeration of certificates to extractStef Walter1-10/+10
Because we want to use this same logic for listing trust
2013-07-03trust: Add support for saving files with unique file namesStef Walter1-3/+5
2013-06-25Reorganize various componentsStef Walter1-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