summaryrefslogtreecommitdiff
path: root/trust
Commit message (Expand)AuthorAgeFilesLines
* common, p11-kit, trust: Use pthread_once only when necessaryDaiki Ueno2018-08-101-1/+1
* trust: Clarify C_Login behavior that returns an errorDaiki Ueno2018-07-191-0/+11
* common: Make case conversion locale independentDaiki Ueno2018-05-252-2/+2
* trust: Avoid array overflowDaiki Ueno2018-05-072-3/+3
* trust: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-05-071-6/+6
* test: Add installcheck script to test trust moduleDaiki Ueno2018-04-102-1/+24
* trust: Prevent trust module being loaded by proxy moduleDaiki Ueno2018-04-101-0/+3
* trust: Fix memleak in p11_enumerate_opt_filterDaiki Ueno2018-04-101-0/+1
* test: Factor out common harness from test-extract.inDaiki Ueno2018-04-103-93/+112
* test: Add test for JKS extractorDaiki Ueno2018-04-064-1/+224
* trust: add unit test for the "edk2-cacerts" extractorLaszlo Ersek2018-03-303-0/+214
* trust: implement the "edk2-cacerts" extractorLaszlo Ersek2018-03-301-1/+168
* trust: introduce the "edk2-cacerts" extractor skeletonLaszlo Ersek2018-03-304-1/+51
* test: Improve temporary directory handlingDaiki Ueno2018-02-271-0/+2
* trust: Forcibly mark "Default Trust" read-onlyDaiki Ueno2018-02-057-15/+101
* trust: Filter out duplicate extensionsDaiki Ueno2018-01-315-5/+120
* build: Delay compilation of test-related stuffDaiki Ueno2018-01-301-4/+8
* trust: Respect anyExtendedKeyUsage in CA certificatesDaiki Ueno2017-10-023-0/+45
* trust: Fix build error with -Werror=return-typeDaiki Ueno2017-07-141-1/+1
* trust: Suppress dead-assignment warnings from clang-analyzerDaiki Ueno2017-05-292-1/+1
* build: Delay building test programs until "make check"Daiki Ueno2017-05-291-1/+1
* trust: Simplify the check for the magicDaiki Ueno2017-05-183-12/+17
* trust: Check magic comment in persist file for modifiablityDaiki Ueno2017-05-183-2/+14
* Revert "trust: Honor "modifiable" setting in persist file"Daiki Ueno2017-05-183-11/+1
* trust: Honor "modifiable" setting in persist fileDaiki Ueno2017-02-203-1/+11
* rpc: Add PKCS#11 module that connects to socketDaiki Ueno2017-02-171-2/+1
* trust: Fix uninitialized value in anchor commandDaiki Ueno2017-02-161-1/+1
* trust: Fix saving trust file on WindowsDaiki Ueno2017-02-161-6/+9
* build: Include <unistd.h> for execvDaiki Ueno2017-02-161-0/+1
* Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files.Kai Engert2017-02-162-0/+2
* trust: Revert to the original 'extract' behaviorDaiki Ueno2017-02-141-0/+1
* trust: Implement a 'trust dump' commandStef Walter2017-01-314-0/+237
* trust: Don't encode spaces when writing .p11-kit formatStef Walter2017-01-311-1/+1
* trust: Add an "all" filter option for trust commandsStef Walter2017-01-311-0/+3
* trust: Make extraction and correlation of certificate info optionalStef Walter2017-01-317-19/+30
* trust: Load all attributes for each object when enumeratingStef Walter2017-01-311-17/+21
* test: Fix privatedir substitution in test-extractDaiki Ueno2016-12-131-0/+1
* trust: Don't add CKA_TRUSTED to extension objectDaiki Ueno2016-12-061-2/+33
* common, trust: Avoid integer overflowDaiki Ueno2016-12-061-0/+5
* trust: Avoid confusion in DER/PEM decodingDaiki Ueno2016-11-303-1/+115
* trust: Clarify the error message of 'extract'Daiki Ueno2016-11-281-1/+4
* trust: Mention anchor --remove option in helpDaiki Ueno2016-11-281-1/+2
* trust: Reject invalid UTF-8 inputDaiki Ueno2016-11-282-0/+8
* test: Fix memleak in test-token cleanupDaiki Ueno2016-10-311-1/+1
* test: Make test-module work --without-trust-moduleDaiki Ueno2016-09-041-1/+2
* Fix typos flagged by codespellDaiki Ueno2016-08-223-3/+3
* trust: Fix always false comparison of EAGAIN and EINTRStef Walter2015-11-091-1/+1
* trust: Fix double close()Pankaj2015-06-011-1/+0
* Fix some compiler warnings from GCC 5.xStef Walter2015-04-171-3/+3
* trust: Add pem-directory-hash extract formatAdam Williamson2015-01-145-51/+134