| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Include <unistd.h> for execv | Daiki Ueno | 2017-02-16 | 1 | -0/+1 |
* | Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files. | Kai Engert | 2017-02-16 | 2 | -0/+2 |
* | trust: Revert to the original 'extract' behavior | Daiki Ueno | 2017-02-14 | 1 | -0/+1 |
* | trust: Implement a 'trust dump' command | Stef Walter | 2017-01-31 | 4 | -0/+237 |
* | trust: Don't encode spaces when writing .p11-kit format | Stef Walter | 2017-01-31 | 1 | -1/+1 |
* | trust: Add an "all" filter option for trust commands | Stef Walter | 2017-01-31 | 1 | -0/+3 |
* | trust: Make extraction and correlation of certificate info optional | Stef Walter | 2017-01-31 | 7 | -19/+30 |
* | trust: Load all attributes for each object when enumerating | Stef Walter | 2017-01-31 | 1 | -17/+21 |
* | test: Fix privatedir substitution in test-extract | Daiki Ueno | 2016-12-13 | 1 | -0/+1 |
* | trust: Don't add CKA_TRUSTED to extension object | Daiki Ueno | 2016-12-06 | 1 | -2/+33 |
* | common, trust: Avoid integer overflow | Daiki Ueno | 2016-12-06 | 1 | -0/+5 |
* | trust: Avoid confusion in DER/PEM decoding | Daiki Ueno | 2016-11-30 | 3 | -1/+115 |
* | trust: Clarify the error message of 'extract' | Daiki Ueno | 2016-11-28 | 1 | -1/+4 |
* | trust: Mention anchor --remove option in help | Daiki Ueno | 2016-11-28 | 1 | -1/+2 |
* | trust: Reject invalid UTF-8 input | Daiki Ueno | 2016-11-28 | 2 | -0/+8 |
* | test: Fix memleak in test-token cleanup | Daiki Ueno | 2016-10-31 | 1 | -1/+1 |
* | test: Make test-module work --without-trust-module | Daiki Ueno | 2016-09-04 | 1 | -1/+2 |
* | Fix typos flagged by codespell | Daiki Ueno | 2016-08-22 | 3 | -3/+3 |
* | trust: Fix always false comparison of EAGAIN and EINTR | Stef Walter | 2015-11-09 | 1 | -1/+1 |
* | trust: Fix double close() | Pankaj | 2015-06-01 | 1 | -1/+0 |
* | Fix some compiler warnings from GCC 5.x | Stef Walter | 2015-04-17 | 1 | -3/+3 |
* | trust: Add pem-directory-hash extract format | Adam Williamson | 2015-01-14 | 5 | -51/+134 |
* | trust: Certificate CKA_ID is SubjectKeyIdentifier if possible | Stef Walter | 2014-10-09 | 7 | -46/+91 |
* | trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit files | Stef Walter | 2014-10-09 | 3 | -0/+73 |
* | trust: add missing libtasn1 cflags | Roman Bogorodskiy | 2014-10-07 | 1 | -0/+39 |
* | makefile: Rename DATADIR to not conflict with Win32 define | Michael Cronenworth | 2014-10-05 | 2 | -2/+2 |
* | trust: Use term 'attached extensions' instead of 'stapled' | Stef Walter | 2014-09-10 | 8 | -72/+72 |
* | common: New public pkcs11x.h header containing extensions | Stef Walter | 2014-09-10 | 4 | -0/+4 |
* | common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFO | Stef Walter | 2014-09-10 | 8 | -45/+45 |
* | trust: Fix token test when building with MinGW | Michael Cronenworth | 2014-09-09 | 1 | -0/+4 |
* | trust: Show public-key-info in 'trust list --details' | Stef Walter | 2014-09-05 | 1 | -0/+14 |
* | trust: Produce a proper message for an invalid stapled extension | Stef Walter | 2014-09-05 | 1 | -1/+10 |
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 67 | -243/+272 |
* | trust: Don't use invalid public keys for looking up stapled extensions | Stef Walter | 2014-08-08 | 1 | -1/+1 |
* | trust: Print label of certificate when complaining about basic constraints | Stef Walter | 2014-08-08 | 1 | -1/+5 |
* | trust: Double check that index bucket is valid before access | Stef Walter | 2014-08-08 | 1 | -2/+2 |
* | Quiten down scanner warnings about unused variables | Stef Walter | 2014-08-08 | 1 | -4/+1 |
* | Fix mostly erroneous scanner warnings in tests | Stef Walter | 2014-08-08 | 6 | -1/+8 |
* | 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: Fix leak in trust list command | Stef Walter | 2014-08-08 | 1 | -0/+1 |
* | trust: Fix use after free and double free in extract command | Stef Walter | 2014-08-08 | 1 | -7/+4 |
* | trust: Remove dead while condition in anchor commond | Stef Walter | 2014-08-08 | 1 | -1/+1 |
* | 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 |