summaryrefslogtreecommitdiff
path: root/trust/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-086-1/+8
* trust: Parse TRUSTED CERTIFICATE openssl format even without CertAuxStef Walter2014-08-082-0/+132
* test: Move some file and directory code into general test stuffStef Walter2014-07-083-129/+26
* trust: Add installcheck target for testing extractStef Walter2014-01-142-0/+195
* enumerate: Preload and respect blacklist across all tokensStef Walter2014-01-131-2/+37
* enumerate: Use p11_enumerate_ready() from testsStef Walter2014-01-131-11/+20
* trust: Check for race in BasicConstraints stapled extensionStef Walter2013-10-141-0/+49
* trust: Add support for removing trust token objectsStef Walter2013-08-291-0/+99
* trust: Refactor enumeration of certificates to extractStef Walter2013-08-295-219/+181
* trust: Add index callback for when an object is removedStef Walter2013-08-292-8/+93
* trust: Correctly rewrite other objects in a modifiable persist fileStef Walter2013-08-281-0/+74
* Avoid multiple stat() calls for same fileStef Walter2013-08-284-18/+20
* trust: Add test tool for creating BasicConstraintsStef Walter2013-08-122-0/+102
* Make tests work on file systems with block size directoriesStef Walter2013-07-241-0/+12
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-233-7/+12
* Use simple serial automake test harnessStef Walter2013-07-231-3/+9
* 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