| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | trust: Fix use of invalid memory in PEM parser | Stef Walter | 2014-08-08 | 1 | -3/+1 |
* | trust: Parse TRUSTED CERTIFICATE openssl format even without CertAux | Stef Walter | 2014-08-08 | 3 | -13/+151 |
* | test: Move some file and directory code into general test stuff | Stef Walter | 2014-07-08 | 3 | -129/+26 |
* | Fix typo: supress - > suppress | Andreas Metzler | 2014-07-07 | 3 | -3/+3 |
* | trust: Add installcheck target for testing extract | Stef Walter | 2014-01-14 | 2 | -0/+195 |
* | enumerate: Preload and respect blacklist across all tokens | Stef Walter | 2014-01-13 | 3 | -52/+186 |
* | enumerate: Use p11_enumerate_ready() from tests | Stef Walter | 2014-01-13 | 2 | -13/+23 |
* | trust: Check for race in BasicConstraints stapled extension | Stef Walter | 2013-10-14 | 1 | -0/+49 |
* | extract-compat: Skip extraction if running as non-root | Stef Walter | 2013-09-05 | 1 | -0/+6 |
* | anchor: Run extract-compat after we've changed something | Stef Walter | 2013-09-05 | 1 | -11/+33 |
* | trust: More appropriate rv when non-modifiable object deleted | Stef Walter | 2013-09-05 | 2 | -1/+2 |
* | anchor: Better failure messages when removing anchors | Stef Walter | 2013-09-05 | 1 | -3/+26 |
* | Release version 0.19.4 | Stef Walter | 2013-08-29 | 3 | -4/+4 |
* | Route 'p11-kit extract-trust' over to trust tool | Stef Walter | 2013-08-29 | 5 | -6/+49 |
* | trust: Add 'trust anchor --remove' command | Stef Walter | 2013-08-29 | 1 | -52/+365 |
* | trust: Add a list command to the trust tool | Stef Walter | 2013-08-29 | 4 | -1/+294 |
* | trust: Add support for removing trust token objects | Stef Walter | 2013-08-29 | 2 | -1/+185 |
* | trust: Refactor enumeration of certificates to extract | Stef Walter | 2013-08-29 | 14 | -543/+541 |
* | 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 | 6 | -9/+125 |
* | 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 | 2 | -1/+75 |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 9 | -33/+27 |
* | 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 uninitialized variables | Stef Walter | 2013-07-23 | 1 | -2/+2 |
* | 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 | 9 | -14/+29 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 3 | -6/+11 |
* | Add appropriate const qualifiers | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Always pass size_t varargs to p11_hash_xxx() functions | Stef Walter | 2013-07-18 | 3 | -4/+6 |
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 3 | -44/+24 |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 4 | -23/+23 |
* | 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 | 5 | -23/+25 |
* | Fixes for some recent win32 regressions | Stef Walter | 2013-07-18 | 2 | -13/+19 |
* | Remove erroneous comments about readdir() and thread-safety | Stef Walter | 2013-07-17 | 2 | -2/+0 |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 12 | -34/+878 |
* | trust: Fix the 'p11-kit extract' command | Stef Walter | 2013-07-09 | 1 | -1/+1 |
* | trust: Fix bug with load validation failures | Stef Walter | 2013-07-08 | 2 | -2/+53 |
* | trust: Add a basic 'anchor' command to store a new anchor | Stef Walter | 2013-07-08 | 4 | -0/+348 |
* | trust: Fix various issues writing objects in trust token | Stef Walter | 2013-07-08 | 8 | -252/+483 |
* | trust: Mark CKA_X_DISTRUSTED as a boolean attribute | Stef Walter | 2013-07-08 | 1 | -0/+1 |
* | trust: Support token directory paths in user's home directory | Stef Walter | 2013-07-08 | 2 | -1/+2 |
* | trust: Explicitly specify which formats parser should parse | Stef Walter | 2013-07-08 | 5 | -28/+73 |
* | trust: Support using the parser without an asn1_cache | Stef Walter | 2013-07-08 | 3 | -7/+41 |
* | asn1: In p11_asn1_read() allocate an extra null terminator | Stef Walter | 2013-07-08 | 1 | -2/+5 |
* | p11-kit: Add P11_KIT_MODULE_TRUSTED flag | Stef Walter | 2013-07-04 | 1 | -37/+12 |
* | trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec | Stef Walter | 2013-07-04 | 14 | -207/+548 |
* | trust: Add p11_oid_hash() and various oid strings | Stef Walter | 2013-07-04 | 3 | -5/+34 |