| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 1 | -0/+266 |
* | Reorganize various components | Stef Walter | 2013-06-25 | 20 | -3191/+0 |
* | 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 | 8 | -619/+420 |
* | p11-kit: Managed PKCS#11 module loading | Stef Walter | 2013-05-21 | 4 | -14/+20 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 4 | -4/+8 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 6 | -12/+8 |
* | Fix build on Win32 | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | Fix build with automake 1.13 | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 4 | -3/+15 |
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 1 | -2/+2 |
* | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 4 | -14/+13 |
* | extract: Make extracted output directories read-only | Stef Walter | 2013-03-19 | 2 | -16/+17 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -3/+4 |
* | extract: Combine trust policy when extracting | Stef Walter | 2013-03-15 | 1 | -7/+164 |
* | extract: --comment option adds comments to PEM bundles | Stef Walter | 2013-03-15 | 1 | -0/+45 |
* | extract: Allow p11_save_write() to automatically calculate length | Stef Walter | 2013-03-15 | 3 | -0/+51 |
* | extract: Fix regression in --purpose option | Stef Walter | 2013-03-08 | 1 | -0/+50 |
* | Build with the libtasn1 CFLAGS properly | Stef Walter | 2013-03-04 | 1 | -1/+3 |
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 5 | -0/+10 |
* | Windows doesn't support symlinks, chmod, or atomic renames | Stef Walter | 2013-03-03 | 4 | -3/+42 |
* | Open files in binary mode on windows | Stef Walter | 2013-03-03 | 1 | -6/+5 |
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 1 | -0/+2 |
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 3 | -266/+9 |
* | Add support for exporting OpenSSL's TRUSTED CERTIFICATE format | Stef Walter | 2013-02-05 | 11 | -0/+1288 |
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 4 | -0/+403 |
* | Implement basic extract support | Stef Walter | 2013-02-05 | 4 | -0/+625 |
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 5 | -0/+957 |