summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit-uri.c
Commit message (Collapse)AuthorAgeFilesLines
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-1337/+0
| | | | | | | | * 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 Walter2011-05-261-21/+54
|
* 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.