Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update PKCS#11 URI code for new draft of spec | Stef Walter | 2011-08-05 | 1 | -0/+2 |
| | | | | | | | | | * 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. | ||||
* | 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 | 1 | -0/+19 |
| | |||||
* | Complete documentation for message functionality. | Stef Walter | 2011-06-09 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 1 | -0/+40 |
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. |