| Commit message (Expand) | Author | Age | Files | Lines |
* | trust: Add support for removing trust token objects | Stef Walter | 2013-08-29 | 1 | -0/+99 |
* | trust: Refactor enumeration of certificates to extract | Stef Walter | 2013-08-29 | 5 | -219/+181 |
* | trust: Add index callback for when an object is removed | Stef Walter | 2013-08-29 | 2 | -8/+93 |
* | trust: Correctly rewrite other objects in a modifiable persist file | Stef Walter | 2013-08-28 | 1 | -0/+74 |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 4 | -18/+20 |
* | trust: Add test tool for creating BasicConstraints | Stef Walter | 2013-08-12 | 2 | -0/+102 |
* | Make tests work on file systems with block size directories | Stef Walter | 2013-07-24 | 1 | -0/+12 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 3 | -7/+12 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 1 | -3/+9 |
* | tools: Use $TMPDIR instead of $TEMP | Stef Walter | 2013-07-18 | 7 | -22/+13 |
* | Fix various issues highlighted by coverity scanner | Stef Walter | 2013-07-18 | 2 | -3/+5 |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 4 | -10/+158 |
* | trust: Fix bug with load validation failures | Stef Walter | 2013-07-08 | 1 | -0/+50 |
* | trust: Fix various issues writing objects in trust token | Stef Walter | 2013-07-08 | 2 | -84/+186 |
* | trust: Explicitly specify which formats parser should parse | Stef Walter | 2013-07-08 | 2 | -0/+12 |
* | trust: Support using the parser without an asn1_cache | Stef Walter | 2013-07-08 | 1 | -0/+22 |
* | trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec | Stef Walter | 2013-07-04 | 10 | -77/+302 |
* | trust: Add p11_oid_hash() and various oid strings | Stef Walter | 2013-07-04 | 1 | -5/+14 |
* | trust: Add p11_asn1_read() and p11_asn1_free() functions | Stef Walter | 2013-07-04 | 1 | -0/+19 |
* | trust: Initial support for writing out token objects | Stef Walter | 2013-07-03 | 4 | -11/+227 |
* | trust: Add support for saving files with unique file names | Stef Walter | 2013-07-03 | 2 | -43/+126 |
* | trust: Rename p11_index_batch() to p11_index_load() | Stef Walter | 2013-07-03 | 2 | -14/+14 |
* | trust: Implement reloading of token data | Stef Walter | 2013-07-03 | 5 | -192/+378 |
* | iter: Add iteration mode where session is not busy | Stef Walter | 2013-07-03 | 5 | -7/+7 |
* | trust: Implement validation for creating/modifying objects | Stef Walter | 2013-06-26 | 1 | -0/+427 |
* | Fix running trust module tests under distcheck | Stef Walter | 2013-06-25 | 1 | -10/+12 |
* | Reorganize various components | Stef Walter | 2013-06-25 | 28 | -8/+4832 |
* | trust: Writable module PKCS#11 token functions | Stef Walter | 2013-06-17 | 1 | -6/+32 |
* | trust: Correctly reflect the CK_TOKEN_INFO writability flags | Stef Walter | 2013-06-14 | 2 | -2/+131 |
* | Merge branch 'stable' | Stef Walter | 2013-06-05 | 2 | -0/+136 |
|\ |
|
| * | trust: Fix crash when C_Initialize args are NULL | Stef Walter | 2013-06-05 | 1 | -0/+18 |
| * | trust: Fix reinitialization of trust module | Stef Walter | 2013-06-05 | 2 | -0/+118 |
* | | persist: Support for writing out p11-kit persist files | Stef Walter | 2013-05-27 | 2 | -29/+176 |
* | | Fix up Makefile.am files for automake 1.13 warnings | Stef Walter | 2013-05-21 | 1 | -1/+1 |
* | | Our own unit testing framework | Stef Walter | 2013-05-21 | 9 | -1133/+746 |
* | | p11-kit: Managed PKCS#11 module loading | Stef Walter | 2013-05-21 | 1 | -6/+19 |
|/ |
|
* | Don't respect timezones for CKA_START_DATE or CKA_END_DATE | Stef Walter | 2013-04-03 | 1 | -13/+1 |
* | trust: Fix logic for matching invalid NSS serial numbers | Stef Walter | 2013-04-03 | 1 | -0/+107 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 1 | -2/+8 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 7 | -15/+7 |
* | Fix build with automake 1.13 | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | Use CKA_X_CERTIFICATE_VALUE for trust assertions | Stef Walter | 2013-03-29 | 1 | -3/+3 |
* | Don't complain when applications call C_Logout or C_Login | Stef Walter | 2013-03-28 | 1 | -0/+23 |
* | Don't try to guess at overflowing time values on 32-bit systems | Stef Walter | 2013-03-28 | 1 | -0/+71 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 3 | -10/+48 |
* | Fix invalid memory accesses reported by 'make memcheck' | Stef Walter | 2013-03-20 | 1 | -0/+2 |
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 1 | -2/+0 |
* | trust: Predictable behavior with duplicate certificates in token | Stef Walter | 2013-03-20 | 1 | -0/+127 |
* | trust: Rework index to be faster and more usable | Stef Walter | 2013-03-20 | 6 | -45/+103 |
* | attrs: Print out the CKA_VALUE for certificates when debugging | Stef Walter | 2013-03-20 | 2 | -6/+12 |