summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* asn1: In p11_asn1_read() allocate an extra null terminatorStef Walter2013-07-081-2/+5
* common: Fix typo, and don't escape '6' in URL encodingStef Walter2013-07-081-1/+1
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-046-56/+98
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-0418-216/+561
* trust: Add p11_oid_hash() and various oid stringsStef Walter2013-07-043-5/+34
* trust: Add p11_asn1_read() and p11_asn1_free() functionsStef Walter2013-07-046-58/+74
* trust: Initial support for writing out token objectsStef Walter2013-07-039-39/+443
* trust: If token path is a file, don't try loading subdirectoriesStef Walter2013-07-031-8/+15
* trust: Correctly handle persisting OIDs with zero lengthStef Walter2013-07-031-2/+3
* trust: Don't write out internal attributes when persistingStef Walter2013-07-034-15/+63
* trust: Add support for saving files with unique file namesStef Walter2013-07-038-114/+298
* path: Add p11_path_canon() functionStef Walter2013-07-034-9/+36
* trust: Rename p11_index_batch() to p11_index_load()Stef Walter2013-07-036-22/+22
* trust: Implement reloading of token dataStef Walter2013-07-0314-407/+746
* iter: Add iteration mode where session is not busyStef Walter2013-07-0310-57/+144
* path: Add p11_path_prefix() functionStef Walter2013-07-033-0/+33
* trust: Implement validation for creating/modifying objectsStef Walter2013-06-262-43/+661
* Fix dependency between p11-kit command and libraryStef Walter2013-06-251-1/+1
* Fix running trust module tests under distcheckStef Walter2013-06-251-10/+12
* Reorganize various componentsStef Walter2013-06-2576-826/+638
* Merge branch 'stable'Stef Walter2013-06-176-14/+21
|\
| * trust: Move the extract-trust external placeholder command into trust/Stef Walter2013-06-175-6/+7
| * trust: Print out usage when extract-trust run incorrectlyStef Walter2013-06-171-1/+6
| * tools: Fix passing args to external commandsStef Walter2013-06-171-0/+4
| * tools: Only use our private path when looking for external commandsStef Walter2013-06-171-7/+4
* | trust: Writable module PKCS#11 token functionsStef Walter2013-06-174-30/+111
* | trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-146-3/+187
* | path: Add p11_path_parent() functionStef Walter2013-06-143-0/+55
* | path: Fix expanding of paths and testsStef Walter2013-06-142-25/+37
* | common: Abort test cases when one failsStef Walter2013-06-131-0/+2
* | Merge branch 'stable'Stef Walter2013-06-054-5/+166
|\ \ | |/
| * Release version 0.18.3Stef Walter2013-06-052-1/+6
| * trust: Fix crash when C_Initialize args are NULLStef Walter2013-06-052-1/+22
| * trust: Fix reinitialization of trust moduleStef Walter2013-06-053-4/+139
| * Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
| * Force Mac OS shared library extension to .soStef Walter2013-05-281-1/+11
* | Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
* | Force Mac OS shared library extension to .soStef Walter2013-05-281-1/+11
* | persist: Support for writing out p11-kit persist filesStef Walter2013-05-275-90/+587
* | constants: Tweaks and add mechanismsStef Walter2013-05-272-253/+245
* | pem: Write PEM data directly to a bufferStef Walter2013-05-275-56/+71
* | url: Encode directly to a bufferStef Walter2013-05-274-46/+50
* | Release version 0.19.1Stef Walter2013-05-272-1/+12
* | Mark p11_kit_message() as a stable functionStef Walter2013-05-212-3/+3
* | Fix building of applications using CRYPTOKI_GNU styleStef Walter2013-05-211-1/+3
* | Bump the version for deprecated function documentationStef Walter2013-05-211-9/+9
* | Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-217-8/+8
* | Our own unit testing frameworkStef Walter2013-05-2158-5188/+3901
* | Further reorganization of the core module trackingStef Walter2013-05-211-188/+161
* | Pull the argv parsing code into its own fileStef Walter2013-05-214-74/+164