Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentation about the configuration paths | Stef Walter | 2011-09-14 | 5 | -15/+76 |
| | | | | | * Default module path * How to lookup paths using pkg-config | ||||
* | Add 'critical' setting for modules | Stef Walter | 2011-08-30 | 1 | -2/+22 |
| | | | | | | * When a module has critical set to 'yes', and that module fails to init then it aborts the entire init process. * Defaults to 'no' | ||||
* | Update PKCS#11 URI code for new draft of spec | Stef Walter | 2011-08-05 | 2 | -1/+3 |
| | | | | | | | | | * pinfile attribute was renamed to pin-source * objecttype attribute was renamed to object-type * secretkey value was renamed to secret-key We continue to support parsing the old attribute names and values but generate URIs with the new ones. | ||||
* | Add example configuration documentation. | Stef Walter | 2011-08-01 | 1 | -0/+48 |
| | | | | * And also install example pkcs11.conf file. | ||||
* | Cleanup documentation warnings | Stef Walter | 2011-07-27 | 1 | -2/+2 |
| | | | | | * After recent hash table rewrite we should be ignoring the new file. | ||||
* | More fine tuning of the pin APIs. | Stef Walter | 2011-07-06 | 1 | -0/+1 |
| | |||||
* | Add documentation for PIN callbacks. | Stef Walter | 2011-07-06 | 3 | -1/+21 |
| | |||||
* | Fixed typos and made options clearer. | Stef Walter | 2011-06-09 | 1 | -3/+3 |
| | |||||
* | Complete documentation for message functionality. | Stef Walter | 2011-06-09 | 2 | -0/+7 |
| | |||||
* | Store last failure message per thread. | Stef Walter | 2011-06-09 | 1 | -1/+1 |
| | | | | * Add p11_kit_message() function to get last message. | ||||
* | Fix up documentation | Stef Walter | 2011-06-07 | 1 | -1/+4 |
| | |||||
* | Add function p11_kit_uri_space_strlen() for figuring out the length | Stef Walter | 2011-05-30 | 1 | -0/+1 |
| | | | | of space terminated strings. | ||||
* | Allow use with CRYPTOKI_GNU style use of PKCS#11 | Stef Walter | 2011-05-30 | 1 | -1/+9 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 1 | -0/+1 |
| | | | | | * This function will load a module from a file path, and then initialize it. | ||||
* | Fix up documentation | Stef Walter | 2011-05-27 | 1 | -2/+7 |
| | |||||
* | Fix problems with 'make distcheck' | Stef Walter | 2011-05-27 | 1 | -1/+2 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -2/+2 |
| | | | | | | | | * 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 support for debug tracing. | Stef Walter | 2011-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Give reference chapter an explicit id. | Stef Walter | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Mix in other documentation. | Stef Walter | 2011-03-31 | 5 | -16/+25 |
| | |||||
* | Fix up styling and tweaks. | Stef Walter | 2011-03-31 | 1 | -7/+17 |
| | |||||
* | Fix up styling of documentation. | Stef Walter | 2011-03-31 | 2 | -1/+71 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 5 | -15/+130 |
| | | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. | ||||
* | Add info and copyright. | Stef Walter | 2011-03-03 | 1 | -8/+34 |
| | |||||
* | The start of some documentation. | Stef Walter | 2011-03-03 | 5 | -0/+283 |