| Commit message (Expand) | Author | Age | Files | Lines |
* | trust: Clarify C_Login behavior that returns an error | Daiki Ueno | 2018-07-19 | 1 | -0/+11 |
* | common: Make case conversion locale independent | Daiki Ueno | 2018-05-25 | 2 | -2/+2 |
* | trust: Avoid array overflow | Daiki Ueno | 2018-05-07 | 2 | -3/+3 |
* | trust: Don't null terminate PKCS #11 string fields | Daiki Ueno | 2018-05-07 | 1 | -6/+6 |
* | test: Add installcheck script to test trust module | Daiki Ueno | 2018-04-10 | 2 | -1/+24 |
* | trust: Prevent trust module being loaded by proxy module | Daiki Ueno | 2018-04-10 | 1 | -0/+3 |
* | trust: Fix memleak in p11_enumerate_opt_filter | Daiki Ueno | 2018-04-10 | 1 | -0/+1 |
* | test: Factor out common harness from test-extract.in | Daiki Ueno | 2018-04-10 | 3 | -93/+112 |
* | test: Add test for JKS extractor | Daiki Ueno | 2018-04-06 | 4 | -1/+224 |
* | trust: add unit test for the "edk2-cacerts" extractor | Laszlo Ersek | 2018-03-30 | 3 | -0/+214 |
* | trust: implement the "edk2-cacerts" extractor | Laszlo Ersek | 2018-03-30 | 1 | -1/+168 |
* | trust: introduce the "edk2-cacerts" extractor skeleton | Laszlo Ersek | 2018-03-30 | 4 | -1/+51 |
* | test: Improve temporary directory handling | Daiki Ueno | 2018-02-27 | 1 | -0/+2 |
* | trust: Forcibly mark "Default Trust" read-only | Daiki Ueno | 2018-02-05 | 7 | -15/+101 |
* | trust: Filter out duplicate extensions | Daiki Ueno | 2018-01-31 | 5 | -5/+120 |
* | build: Delay compilation of test-related stuff | Daiki Ueno | 2018-01-30 | 1 | -4/+8 |
* | trust: Respect anyExtendedKeyUsage in CA certificates | Daiki Ueno | 2017-10-02 | 3 | -0/+45 |
* | trust: Fix build error with -Werror=return-type | Daiki Ueno | 2017-07-14 | 1 | -1/+1 |
* | trust: Suppress dead-assignment warnings from clang-analyzer | Daiki Ueno | 2017-05-29 | 2 | -1/+1 |
* | build: Delay building test programs until "make check" | Daiki Ueno | 2017-05-29 | 1 | -1/+1 |
* | trust: Simplify the check for the magic | Daiki Ueno | 2017-05-18 | 3 | -12/+17 |
* | trust: Check magic comment in persist file for modifiablity | Daiki Ueno | 2017-05-18 | 3 | -2/+14 |
* | Revert "trust: Honor "modifiable" setting in persist file" | Daiki Ueno | 2017-05-18 | 3 | -11/+1 |
* | trust: Honor "modifiable" setting in persist file | Daiki Ueno | 2017-02-20 | 3 | -1/+11 |
* | rpc: Add PKCS#11 module that connects to socket | Daiki Ueno | 2017-02-17 | 1 | -2/+1 |
* | trust: Fix uninitialized value in anchor command | Daiki Ueno | 2017-02-16 | 1 | -1/+1 |
* | trust: Fix saving trust file on Windows | Daiki Ueno | 2017-02-16 | 1 | -6/+9 |
* | 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 |