| Commit message (Expand) | Author | Age | Files | Lines |
* | trust: Forcibly mark "Default Trust" read-only | Daiki Ueno | 2018-02-05 | 1 | -1/+8 |
* | trust: Avoid confusion in DER/PEM decoding | Daiki Ueno | 2016-11-30 | 1 | -1/+1 |
* | trust: Fix leak in token loading error path | Stef Walter | 2014-08-08 | 1 | -0/+1 |
* | trust: Fix unlikely use of uninitialized memory in token loading | Stef Walter | 2014-08-08 | 1 | -3/+3 |
* | trust: Add support for removing trust token objects | Stef Walter | 2013-08-29 | 1 | -1/+86 |
* | trust: Do reload object removals inside a loading block | Stef Walter | 2013-08-29 | 1 | -0/+4 |
* | trust: Add index callback for when an object is removed | Stef Walter | 2013-08-29 | 1 | -0/+1 |
* | trust: Prefer parsing the persist format to PEM | Stef Walter | 2013-08-28 | 1 | -2/+2 |
* | trust: Correctly rewrite other objects in a modifiable persist file | Stef Walter | 2013-08-28 | 1 | -1/+1 |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 1 | -1/+1 |
* | Don't use _GNU_SOURCE and fix strerror_r usage | Stef Walter | 2013-07-23 | 1 | -1/+1 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 1 | -2/+8 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 1 | -2/+1 |
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 1 | -12/+7 |
* | Fixes for some recent win32 regressions | Stef Walter | 2013-07-18 | 1 | -1/+9 |
* | Remove erroneous comments about readdir() and thread-safety | Stef Walter | 2013-07-17 | 1 | -1/+0 |
* | trust: Fix various issues writing objects in trust token | Stef Walter | 2013-07-08 | 1 | -49/+117 |
* | trust: Support token directory paths in user's home directory | Stef Walter | 2013-07-08 | 1 | -1/+1 |
* | trust: Explicitly specify which formats parser should parse | Stef Walter | 2013-07-08 | 1 | -0/+2 |
* | trust: Initial support for writing out token objects | Stef Walter | 2013-07-03 | 1 | -21/+197 |
* | trust: If token path is a file, don't try loading subdirectories | Stef Walter | 2013-07-03 | 1 | -8/+15 |
* | trust: Rename p11_index_batch() to p11_index_load() | Stef Walter | 2013-07-03 | 1 | -2/+2 |
* | trust: Implement reloading of token data | Stef Walter | 2013-07-03 | 1 | -68/+263 |
* | trust: Correctly reflect the CK_TOKEN_INFO writability flags | Stef Walter | 2013-06-14 | 1 | -0/+47 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 1 | -1/+2 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | trust: Predictable behavior with duplicate certificates in token | Stef Walter | 2013-03-20 | 1 | -15/+4 |
* | trust: Use descriptive labels for tokens | Stef Walter | 2013-03-19 | 1 | -2/+20 |
* | trust: Remove the temporary built in distrust objects | Stef Walter | 2013-03-19 | 1 | -148/+0 |
* | trust: Add a builder which builds objects out of parsed data | Stef Walter | 2013-03-15 | 1 | -5/+16 |
* | trust: Refactor to include concept of the index | Stef Walter | 2013-03-15 | 1 | -20/+12 |
* | trust: Make each configured path its own token | Stef Walter | 2013-03-15 | 1 | -41/+23 |
* | trust: Rework input path treatment | Stef Walter | 2013-03-15 | 1 | -26/+52 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 1 | -3/+3 |
* | Hard code distrust temporarily. | Stef Walter | 2013-03-08 | 1 | -1/+149 |
* | trust: Refactor how we load builtin objects | Stef Walter | 2013-03-08 | 1 | -11/+13 |
* | Some debug info about which files are being loaded | Stef Walter | 2013-02-05 | 1 | -2/+15 |
* | Add the builtin roots NSS specific object | Stef Walter | 2013-02-05 | 1 | -1/+27 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+256 |