Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup URI types | Stef Walter | 2011-05-30 | 3 | -64/+101 |
| | | | | | * Support with/without library version. * Make names of types clearer. | ||||
* | Set the return value properly in p11_kit_load_initialize_module() | Stef Walter | 2011-05-30 | 1 | -0/+3 |
| | |||||
* | Add function p11_kit_uri_space_strlen() for figuring out the length | Stef Walter | 2011-05-30 | 3 | -3/+7 |
| | | | | of space terminated strings. | ||||
* | Allow use with CRYPTOKI_GNU style use of PKCS#11 | Stef Walter | 2011-05-30 | 4 | -4/+33 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 3 | -24/+147 |
| | | | | | * 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 up documentation | Stef Walter | 2011-05-27 | 1 | -2/+7 |
| | |||||
* | Fix problems with 'make distcheck' | Stef Walter | 2011-05-27 | 4 | -7/+17 |
| | |||||
* | 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 | 17 | -123/+110 |
| | | | | | | | | * 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 | 3 | -28/+100 |
| | |||||
* | 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 | 3 | -149/+328 |
| | | | | | | * 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 basic tool for p11-kit. | Stef Walter | 2011-04-05 | 5 | -0/+137 |
| | | | | | List modules: $ p11-kit -l | ||||
* | Add support for debug tracing. | Stef Walter | 2011-04-05 | 8 | -8/+272 |
| | | | | | | | | | | | 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 | 4 | -4/+42 |
| | |||||
* | 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. | ||||
* | Give reference chapter an explicit id. | Stef Walter | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Add make target for uploading docs. | Stef Walter | 2011-03-31 | 1 | -0/+6 |
| | |||||
* | Mix in other documentation. | Stef Walter | 2011-03-31 | 5 | -16/+25 |
| | |||||
* | Fix up styling and tweaks. | Stef Walter | 2011-03-31 | 2 | -9/+19 |
| | |||||
* | Fix up styling of documentation. | Stef Walter | 2011-03-31 | 3 | -2/+74 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 28 | -171/+857 |
| | | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. | ||||
* | WIP | Stef Walter | 2011-03-31 | 2 | -0/+162 |
| | |||||
* | Fix for previous commit. | Stef Walter | 2011-03-31 | 1 | -2/+2 |
| | | | | Actually use the alloc_module_unlocked() function. | ||||
* | Custom initialization and finalization arguments cannot be supported. | Stef Walter | 2011-03-31 | 4 | -103/+104 |
| | | | | | | When multiple consumers are using a PKCS#11 module, initialization (and finalization) arguments cannot be supported. The first one calling would win out, and the others would get unexpected behavior. | ||||
* | Add info and copyright. | Stef Walter | 2011-03-03 | 1 | -8/+34 |
| | |||||
* | The start of some documentation. | Stef Walter | 2011-03-03 | 8 | -1/+287 |
| | |||||
* | Add uri function for listing which attribute types are present. | Stef Walter | 2011-02-21 | 2 | -1/+26 |
| | |||||
* | Fix bug where we try to dlclose() modules we didn't load. | Stef Walter | 2011-02-21 | 1 | -1/+2 |
| | |||||
* | Reference implementation of PKCS#11 URIs | Stef Walter | 2011-02-19 | 10 | -14/+2146 |
| | |||||
* | Add p11_kit_strerror() method and internationalization. | Stef Walter | 2011-02-18 | 19 | -6/+2523 |
| | |||||
* | Properly read user-config setting. | Stef Walter | 2011-02-17 | 1 | -41/+146 |
| | | | | | | * Unless the system 'user-config' setting is 'none' we allow the user to override or merge all settings, including the 'user-config' setting. | ||||
* | Add a proper pkg-config file. | Stef Walter | 2011-02-17 | 4 | -16/+38 |
| | |||||
* | Only allow colon between name and value. | Stef Walter | 2011-02-17 | 2 | -4/+4 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 7 | -22/+158 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 12 | -5/+1191 |
| | |||||
* | Reinitialize modules after fork(). | Stef Walter | 2011-01-24 | 3 | -4/+66 |
| | |||||
* | Initial implementation with new config system. | Stef Walter | 2011-01-24 | 10 | -937/+1558 |
| | |||||
* | Rename to p11-kit. | Stef Walter | 2011-01-24 | 5 | -177/+177 |
| | | | | A less pretentios, better description of what's going on. | ||||
* | Rework public library API so that we can initialize arbitrary | Stef Walter | 2011-01-22 | 2 | -271/+502 |
| | | | | modules. | ||||
* | Rough idea of possible library functions. | Stef Walter | 2011-01-22 | 3 | -54/+314 |
| | |||||
* | Initial implementation of p11-unity | Stef Walter | 2011-01-21 | 14 | -0/+3718 |