summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit-uri.c
Commit message (Collapse)AuthorAgeFilesLines
* URI API fine tuningStef Walter2011-05-261-147/+218
| | | | | | * 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 Walter2011-05-251-0/+38
| | | | Gets messages for p11-kit error codes.
* Documentation and API cleanup.Stef Walter2011-03-311-0/+1195
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.