Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add functions for clearing and setting multiple attributes on URI. | Stef Walter | 2011-05-26 | 1 | -3/+9 |
| | |||||
* | URI API fine tuning | Stef Walter | 2011-05-26 | 1 | -2/+7 |
| | | | | | | * 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 | 1 | -0/+2 |
| | | | | Gets messages for p11-kit error codes. | ||||
* | Fix up copyright lines. | Stef Walter | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Add C++ header guards, and require API instability acknowledgement. | Stef Walter | 2011-03-31 | 1 | -3/+20 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 1 | -0/+105 |
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. |