summaryrefslogtreecommitdiff
path: root/p11-kit/uri.c
Commit message (Collapse)AuthorAgeFilesLines
* Clear correct block of memory in p11_kit_uri_parse().Stef Walter2011-05-301-1/+1
|
* Cleanup URI typesStef Walter2011-05-301-18/+45
| | | | | * Support with/without library version. * Make names of types clearer.
* Add function p11_kit_uri_space_strlen() for figuring out the lengthStef Walter2011-05-301-3/+3
| | | | of space terminated strings.
* Allow use with CRYPTOKI_GNU style use of PKCS#11Stef Walter2011-05-301-1/+1
|
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-0/+1337
* 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.