Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |