summaryrefslogtreecommitdiff
path: root/trust
Commit message (Expand)AuthorAgeFilesLines
* 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
* trust: Certificate CKA_ID is SubjectKeyIdentifier if possibleStef Walter2014-10-097-46/+91
* trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit filesStef Walter2014-10-093-0/+73
* trust: add missing libtasn1 cflagsRoman Bogorodskiy2014-10-071-0/+39
* makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth2014-10-052-2/+2
* trust: Use term 'attached extensions' instead of 'stapled'Stef Walter2014-09-108-72/+72
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-104-0/+4
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-108-45/+45
* trust: Fix token test when building with MinGWMichael Cronenworth2014-09-091-0/+4
* trust: Show public-key-info in 'trust list --details'Stef Walter2014-09-051-0/+14
* trust: Produce a proper message for an invalid stapled extensionStef Walter2014-09-051-1/+10
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-1567-243/+272
* trust: Don't use invalid public keys for looking up stapled extensionsStef Walter2014-08-081-1/+1
* trust: Print label of certificate when complaining about basic constraintsStef Walter2014-08-081-1/+5
* trust: Double check that index bucket is valid before accessStef Walter2014-08-081-2/+2
* Quiten down scanner warnings about unused variablesStef Walter2014-08-081-4/+1