summaryrefslogtreecommitdiff
path: root/trust
Commit message (Expand)AuthorAgeFilesLines
...
* trust: Explicitly specify which formats parser should parseStef Walter2013-07-085-28/+73
* trust: Support using the parser without an asn1_cacheStef Walter2013-07-083-7/+41
* asn1: In p11_asn1_read() allocate an extra null terminatorStef Walter2013-07-081-2/+5
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-041-37/+12
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-0414-207/+548
* 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-031-9/+2
* 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-037-12/+12
* trust: Implement validation for creating/modifying objectsStef Walter2013-06-262-43/+661
* Fix running trust module tests under distcheckStef Walter2013-06-251-10/+12
* Reorganize various componentsStef Walter2013-06-2557-12/+11145
* Merge branch 'stable'Stef Walter2013-06-172-0/+30
|\
| * trust: Move the extract-trust external placeholder command into trust/Stef Walter2013-06-172-0/+30
* | trust: Writable module PKCS#11 token functionsStef Walter2013-06-173-27/+100
* | trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-145-3/+184
* | Merge branch 'stable'Stef Walter2013-06-053-5/+161
|\ \ | |/
| * 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
* | persist: Support for writing out p11-kit persist filesStef Walter2013-05-275-90/+587
* | Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-212-2/+2
* | Our own unit testing frameworkStef Walter2013-05-219-1133/+746
* | Pull the argv parsing code into its own fileStef Walter2013-05-211-74/+4
* | p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-6/+19
|/
* Fix off by one in date parsing codeStef Walter2013-04-041-1/+1
* Don't print erroneous debug messages when skipping filesStef Walter2013-04-041-3/+5
* Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2013-04-032-33/+81
* trust: Fix logic for matching invalid NSS serial numbersStef Walter2013-04-032-47/+180
* More compatible path munging and handling codeStef Walter2013-04-034-6/+15
* Separate library init from message codeStef Walter2013-04-0313-20/+13
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Use CKA_X_CERTIFICATE_VALUE for trust assertionsStef Walter2013-03-292-8/+13
* Don't complain when applications call C_Logout or C_LoginStef Walter2013-03-282-2/+53
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-282-2/+74
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-207-15/+58
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-202-1/+3
* Add a bit of infrastructure for running valgrindStef Walter2013-03-202-3/+2
* trust: Predictable behavior with duplicate certificates in tokenStef Walter2013-03-203-16/+224
* trust: Rework index to be faster and more usableStef Walter2013-03-209-179/+437
* attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter2013-03-202-6/+12
* hash: Add the murmur2 hash and start using itStef Walter2013-03-202-4/+3
* hash: Rename file and functions for hashesStef Walter2013-03-204-18/+18
* trust: Use descriptive labels for tokensStef Walter2013-03-198-27/+112