summaryrefslogtreecommitdiff
path: root/common/constants.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-041-0/+1
| | | | | | | | | | * Use the concepts and PKCS#11 objects described in the recently updated (still work in progress) storing trust spec. * Define our own CKA_X_PUBLIC_KEY_INFO define for now, since the the CKA_PUBLIC_KEY_INFO isn't defined yet. * Most notably, the association between certificates and stapled extensions is by public key. * Rework some of the tests to take into account the above.
* constants: Tweaks and add mechanismsStef Walter2013-05-271-214/+214
|
* Add the log-calls module config optionStef Walter2013-05-211-4/+346
| | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr.
* Use the nickname x-distrusted for CKA_X_DISTRUSTEDStef Walter2013-03-181-1/+1
| | | | | This is a non-standard PKCS#11 attribute, so has the X prefix like the other ones we've added.
* attrs: Add info functions for constant names and valuesStef Walter2013-03-151-0/+363
* For retrieving the name and/or nick of constants * The nick is what we'll use in the file format https://bugs.freedesktop.org/show_bug.cgi?id=62329