summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Collapse)AuthorAgeFilesLines
* Add support for debug tracing.Stef Walter2011-04-055-1/+253
| | | | | | | | | | | Use P11_KIT_DEBUG=xxx environment variable to enable tracing. Must have been built without --disable-debug option. P11_KIT_DEBUG can (at this point) be one of these values: all help conf lib
* Fix up copyright lines.Stef Walter2011-04-0111-15/+13
|
* Add C++ header guards, and require API instability acknowledgement.Stef Walter2011-03-313-3/+40
|
* Support setting of CK_C_INITIALIZE_ARGS.pReserved to string.Stef Walter2011-03-311-0/+7
| | | | | | This is a naughty little thing that a lot of PKCS#11 modules require to be properly initialized. So we support setting pReserved to a string that is in the config under the 'x-init-reserved' parameter.
* Fix up styling and tweaks.Stef Walter2011-03-311-2/+2
|
* Documentation and API cleanup.Stef Walter2011-03-3117-0/+6627
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.