summaryrefslogtreecommitdiff
path: root/trust/list.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Make extraction and correlation of certificate info optionalStef Walter2017-01-311-0/+1
| | | | | This is so that the code can be shared by the upcoming 'trust dump' command where correlation between related objects is not desired.
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-101-1/+1
| | | | | | | | | 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
* trust: Show public-key-info in 'trust list --details'Stef Walter2014-09-051-0/+14
| | | | | Since the public-key-info is an important part of the way we represent trust, show it in 'trust list' if --details is present.
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-2/+3
| | | | Still use recursive for documentation and translation.
* Quiten down scanner warnings about unused variablesStef Walter2014-08-081-4/+1
|
* trust: Fix leak in trust list commandStef Walter2014-08-081-0/+1
|
* Fix typo: supress - > suppressAndreas Metzler2014-07-071-1/+1
|
* trust: Add a list command to the trust toolStef Walter2013-08-291-0/+247
Lists with PKCS#11 URI's and some basic fields.