summaryrefslogtreecommitdiff
path: root/trust/extract.h
Commit message (Collapse)AuthorAgeFilesLines
* trust: introduce the "edk2-cacerts" extractor skeletonLaszlo Ersek2018-03-301-0/+3
| | | | | | | | Introduce the p11_extract_edk2_cacerts() skeleton. At the moment it always fails, silently. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1559580 Signed-off-by: Laszlo Ersek <lersek@redhat.com>
* trust: Add pem-directory-hash extract formatAdam Williamson2015-01-141-0/+8
| | | | | | | | | | | | 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
* Route 'p11-kit extract-trust' over to trust toolStef Walter2013-08-291-0/+3
| | | | | | The actual command is 'trust extract-compat'. Make installed placeholder script reflect this. We still support the old placeholder script if it is present.
* trust: Refactor enumeration of certificates to extractStef Walter2013-08-291-67/+17
| | | | Because we want to use this same logic for listing trust
* Reorganize various componentsStef Walter2013-06-251-0/+125
* 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