summaryrefslogtreecommitdiff
path: root/trust/test-enumerate.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Respect anyExtendedKeyUsage in CA certificatesDaiki Ueno2017-10-021-0/+31
|
* trust: Make extraction and correlation of certificate info optionalStef Walter2017-01-311-6/+10
| | | | | This is so that the code can be shared by the upcoming 'trust dump' command where correlation between related objects is not desired.
* trust: Use term 'attached extensions' instead of 'stapled'Stef Walter2014-09-101-1/+1
| | | | | | | The term 'stapled extensions' is confusing because it overloads terminology used with OSCP stapling. Suggested by Daniel Kahn Gillmor.
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-101-4/+4
| | | | | | | | | CKA_PUBLIC_KEY_INFO is defined in the PKCS#11 2.40 draft, so use that rather than defining our own. * Fixed up by Nikos Mavrogiannopoulos <nmav@redhat.com> https://bugs.freedesktop.org/show_bug.cgi?id=83495
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+538
Still use recursive for documentation and translation.