summaryrefslogtreecommitdiff
path: root/p11-kit/uri.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-1490/+0
* uri: Support 'slot-id' path attributeDaiki Ueno2016-09-021-3/+75
* uri: Support slot info path attributesDaiki Ueno2016-09-021-0/+101
* uri: Remove whitespace early when parsingDaiki Ueno2016-09-021-66/+78
* Generate URIs compliant to the PKCS#11 URI draft in LCNikos Mavrogiannopoulos2015-02-201-1/+1
* Added support for pin-value PKCS#11 URI elementNikos Mavrogiannopoulos2015-02-201-0/+52
* p11-kit: Remove duplicate WHITESPACE defineStef Walter2015-02-201-5/+3
* uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2014-11-141-2/+3
* Declare static variables const where it makes senseStef Walter2013-07-181-2/+2
* url: Encode directly to a bufferStef Walter2013-05-271-13/+19
* Separate library init from message codeStef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-4/+1
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-151-108/+12
* Fix various clang analyzer warningsStef Walter2013-02-061-1/+0
* Allow internal use of token and module info matchingStef Walter2013-02-051-20/+35
* Add generic buffer codeStef Walter2013-02-041-56/+37
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-48/+70
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-091-151/+56
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-3/+3
* Fix documentation warnings.Stef Walter2013-01-071-3/+6
* Always encode the "id" attribute in URIsDan Winship2012-07-281-10/+14
* Preconditions to check for input probs and out of memoryStef Walter2012-05-131-60/+52
* More fixes for non-static function namesStef Walter2011-10-241-1/+1
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-1/+1
* Ignore spaces in PKCS#11 URIsStef Walter2011-08-191-21/+64
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-051-27/+56
* Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()Stef Walter2011-06-071-13/+2
* Fix URI parsing memory leaks.Stef Walter2011-06-071-0/+1
* Clear correct block of memory in p11_kit_uri_parse().Stef Walter2011-05-301-1/+1
* Cleanup URI typesStef Walter2011-05-301-18/+45
* Add function p11_kit_uri_space_strlen() for figuring out the lengthStef Walter2011-05-301-3/+3
* 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