Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Make extraction and correlation of certificate info optional | Stef Walter | 2017-01-31 | 1 | -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_INFO | Stef Walter | 2014-09-10 | 1 | -6/+6 |
| | | | | | | | | | 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 libs | Stef Walter | 2014-08-15 | 1 | -0/+662 |
Still use recursive for documentation and translation. |