summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit-lib.c
Commit message (Collapse)AuthorAgeFilesLines
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-1195/+0
| | | | | | | | * Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names.
* Return proper errors when NULL is passed to mutex functions.Stef Walter2011-05-261-0/+12
|
* Fix null pointer dereference.Stef Walter2011-05-241-1/+1
|
* Fix lots of bugs and add more debugging statements.Stef Walter2011-04-051-10/+41
|
* Add support for debug tracing.Stef Walter2011-04-051-1/+16
| | | | | | | | | | | 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-011-1/+1
|
* 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.
* Documentation and API cleanup.Stef Walter2011-03-311-0/+1130
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.