summaryrefslogtreecommitdiff
path: root/trust/test-bundle.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Add pem-directory-hash extract formatAdam Williamson2015-01-141-0/+35
| | | | | | | | | | | | 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
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+237
Still use recursive for documentation and translation.