Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow use with CRYPTOKI_GNU style use of PKCS#11 | Stef Walter | 2011-05-30 | 3 | -3/+24 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 2 | -24/+146 |
| | | | | | * This function will load a module from a file path, and then initialize it. | ||||
* | Rename module arguments from 'funcs' to 'module' | Stef Walter | 2011-05-27 | 2 | -126/+126 |
| | |||||
* | Fix uninitialized variable problem. | Stef Walter | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 11 | -34/+17 |
| | | | | | | | | * 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. | ||||
* | Add functions for clearing and setting multiple attributes on URI. | Stef Walter | 2011-05-26 | 2 | -24/+63 |
| | |||||
* | Return proper errors when NULL is passed to mutex functions. | Stef Walter | 2011-05-26 | 1 | -0/+12 |
| | |||||
* | URI API fine tuning | Stef Walter | 2011-05-26 | 2 | -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 Walter | 2011-05-25 | 4 | -1/+43 |
| | | | | Gets messages for p11-kit error codes. | ||||
* | Fix null pointer dereference. | Stef Walter | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | Fix lots of bugs and add more debugging statements. | Stef Walter | 2011-04-05 | 2 | -11/+43 |
| | |||||
* | Add support for debug tracing. | Stef Walter | 2011-04-05 | 5 | -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 Walter | 2011-04-01 | 11 | -15/+13 |
| | |||||
* | Add C++ header guards, and require API instability acknowledgement. | Stef Walter | 2011-03-31 | 3 | -3/+40 |
| | |||||
* | Support setting of CK_C_INITIALIZE_ARGS.pReserved to string. | Stef Walter | 2011-03-31 | 1 | -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 Walter | 2011-03-31 | 1 | -2/+2 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 17 | -0/+6627 |
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. |