summaryrefslogtreecommitdiff
path: root/trust/tests
Commit message (Expand)AuthorAgeFilesLines
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-187-22/+13
* Fix various issues highlighted by coverity scannerStef Walter2013-07-182-3/+5
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-104-10/+158
* trust: Fix bug with load validation failuresStef Walter2013-07-081-0/+50
* trust: Fix various issues writing objects in trust tokenStef Walter2013-07-082-84/+186
* trust: Explicitly specify which formats parser should parseStef Walter2013-07-082-0/+12
* trust: Support using the parser without an asn1_cacheStef Walter2013-07-081-0/+22
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-0410-77/+302
* trust: Add p11_oid_hash() and various oid stringsStef Walter2013-07-041-5/+14
* trust: Add p11_asn1_read() and p11_asn1_free() functionsStef Walter2013-07-041-0/+19
* trust: Initial support for writing out token objectsStef Walter2013-07-034-11/+227
* trust: Add support for saving files with unique file namesStef Walter2013-07-032-43/+126
* trust: Rename p11_index_batch() to p11_index_load()Stef Walter2013-07-032-14/+14
* trust: Implement reloading of token dataStef Walter2013-07-035-192/+378
* iter: Add iteration mode where session is not busyStef Walter2013-07-035-7/+7
* trust: Implement validation for creating/modifying objectsStef Walter2013-06-261-0/+427
* Fix running trust module tests under distcheckStef Walter2013-06-251-10/+12
* Reorganize various componentsStef Walter2013-06-2528-8/+4832
* trust: Writable module PKCS#11 token functionsStef Walter2013-06-171-6/+32
* trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-142-2/+131
* Merge branch 'stable'Stef Walter2013-06-052-0/+136
|\
| * trust: Fix crash when C_Initialize args are NULLStef Walter2013-06-051-0/+18
| * trust: Fix reinitialization of trust moduleStef Walter2013-06-052-0/+118
* | persist: Support for writing out p11-kit persist filesStef Walter2013-05-272-29/+176
* | Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-211-1/+1
* | Our own unit testing frameworkStef Walter2013-05-219-1133/+746
* | p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-6/+19
|/
* Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2013-04-031-13/+1
* trust: Fix logic for matching invalid NSS serial numbersStef Walter2013-04-031-0/+107
* More compatible path munging and handling codeStef Walter2013-04-031-2/+8
* Separate library init from message codeStef Walter2013-04-037-15/+7
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Use CKA_X_CERTIFICATE_VALUE for trust assertionsStef Walter2013-03-291-3/+3
* Don't complain when applications call C_Logout or C_LoginStef Walter2013-03-281-0/+23
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-281-0/+71
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-203-10/+48
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-201-0/+2
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-2/+0
* trust: Predictable behavior with duplicate certificates in tokenStef Walter2013-03-201-0/+127
* trust: Rework index to be faster and more usableStef Walter2013-03-206-45/+103
* 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-202-8/+8
* trust: Use descriptive labels for tokensStef Walter2013-03-194-11/+36
* trust: Fix trust tests on 32-bit buildsStef Walter2013-03-181-2/+2
* attrs: Change p11_attrs_to_string() to allow static templatesStef Walter2013-03-181-1/+1
* trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookupsStef Walter2013-03-181-0/+66
* trust: Better generation of nss objects and assertions for serial+issuerStef Walter2013-03-181-108/+188
* Refine looking up of attributes in arraysStef Walter2013-03-182-3/+3
* Fix distcheck and documentationStef Walter2013-03-152-4/+6