summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Collapse)AuthorAgeFilesLines
* URI API fine tuningStef Walter2011-05-262-149/+225
| | | | | | * Rework API for getting all the attributes, to match usage in PKCS#11 * Add support for pinfile argument in URIs. * Complete tests.
* Add p11_kit_uri_message() function.Stef Walter2011-05-254-1/+43
| | | | Gets messages for p11-kit error codes.
* Fix null pointer dereference.Stef Walter2011-05-241-1/+1
|
* Fix lots of bugs and add more debugging statements.Stef Walter2011-04-052-11/+43
|
* 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.