summaryrefslogtreecommitdiff
path: root/doc/manual/trust.xml
Commit message (Collapse)AuthorAgeFilesLines
* trust: Implement a 'trust dump' commandStef Walter2017-01-311-0/+39
| | | | | | | | | | | This dumps all the PKCS#11 objects in the internal .p11-kit persistence format. This is part of the trust command and tooling, even though at some point it could go in the p11-kit command. The reason for this is that the code related to the internal .p11-kit objects is in the trust code, and consumed solely by the trust related modules.
* trust: Add pem-directory-hash extract formatAdam Williamson2015-01-141-1/+5
| | | | | | | | | | | | 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: Document the new command line trust toolStef Walter2013-08-291-0/+368