summaryrefslogtreecommitdiff
path: root/trust
Commit message (Expand)AuthorAgeFilesLines
* build: Declare dependency chain between static libs in commonp11pDaiki Ueno2019-06-191-7/+3
* build: Add meson build supportDaiki Ueno2019-06-181-0/+162
* trust: Fix mismatched return valuesDaiki Ueno2019-06-182-3/+3
* tests: Fix memleaks in test-jks.cDaiki Ueno2019-06-181-4/+12
* tests: Fix temp file permission before deletingDaiki Ueno2019-06-181-9/+13
* tests: Don't assume / is not writable on Windows in test-token.cDaiki Ueno2019-06-181-5/+7
* trust: Ignore unreadable content in anchorsDaiki Ueno2019-02-183-15/+88
* extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCHDaiki Ueno2019-01-291-4/+4
* pem: Fix assert conditionDaiki Ueno2019-01-112-1/+19
* test: Add test that exercises duplicated certs in JKSDaiki Ueno2019-01-106-5/+55
* trust: Fix alias generation in JKS extractorDaiki Ueno2019-01-101-1/+2
* trust: Continue parsing if the file cannot be read as persist formatDaiki Ueno2019-01-041-1/+1
* trust: p11_token_load: Treat parse error as failureDaiki Ueno2019-01-041-3/+6
* trust: Fail if trust anchors are not loaded from a fileDaiki Ueno2019-01-042-6/+11
* trust: Propagate library verbosity to module through init_argsDaiki Ueno2019-01-043-2/+18
* build: Fix typo spotted by codespellDaiki Ueno2018-12-294-5/+5
* build: Suppress cppcheck errorsDaiki Ueno2018-11-224-14/+30
* trust/extract-jks.c: also honor SOURCE_DATE_EPOCH timeHarald Hoyer2018-11-021-4/+34
* trust: Check index->buckets is allocated on cleanupDaiki Ueno2018-10-171-3/+5
* trust: Set umask before calling mkstempDaiki Ueno2018-10-171-0/+3
* build: Check return value of p11_dict_setDaiki Ueno2018-10-171-1/+2
* build: Free memory before return{,_val}_if_* macrosDaiki Ueno2018-10-177-14/+65
* build: Call va_end() always when leaving the functionDaiki Ueno2018-10-171-1/+3
* trust: Factor out module initialization into separate fileDaiki Ueno2018-08-283-55/+44
* 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