index
:
p11-kit.git
p11p
Clone of https://github.com/p11-glue/p11-kit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trust
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Add meson build support
Daiki Ueno
2019-06-18
1
-0
/
+162
*
trust: Fix mismatched return values
Daiki Ueno
2019-06-18
2
-3
/
+3
*
tests: Fix memleaks in test-jks.c
Daiki Ueno
2019-06-18
1
-4
/
+12
*
tests: Fix temp file permission before deleting
Daiki Ueno
2019-06-18
1
-9
/
+13
*
tests: Don't assume / is not writable on Windows in test-token.c
Daiki Ueno
2019-06-18
1
-5
/
+7
*
trust: Ignore unreadable content in anchors
Daiki Ueno
2019-02-18
3
-15
/
+88
*
extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCH
Daiki Ueno
2019-01-29
1
-4
/
+4
*
pem: Fix assert condition
Daiki Ueno
2019-01-11
2
-1
/
+19
*
test: Add test that exercises duplicated certs in JKS
Daiki Ueno
2019-01-10
6
-5
/
+55
*
trust: Fix alias generation in JKS extractor
Daiki Ueno
2019-01-10
1
-1
/
+2
*
trust: Continue parsing if the file cannot be read as persist format
Daiki Ueno
2019-01-04
1
-1
/
+1
*
trust: p11_token_load: Treat parse error as failure
Daiki Ueno
2019-01-04
1
-3
/
+6
*
trust: Fail if trust anchors are not loaded from a file
Daiki Ueno
2019-01-04
2
-6
/
+11
*
trust: Propagate library verbosity to module through init_args
Daiki Ueno
2019-01-04
3
-2
/
+18
*
build: Fix typo spotted by codespell
Daiki Ueno
2018-12-29
4
-5
/
+5
*
build: Suppress cppcheck errors
Daiki Ueno
2018-11-22
4
-14
/
+30
*
trust/extract-jks.c: also honor SOURCE_DATE_EPOCH time
Harald Hoyer
2018-11-02
1
-4
/
+34
*
trust: Check index->buckets is allocated on cleanup
Daiki Ueno
2018-10-17
1
-3
/
+5
*
trust: Set umask before calling mkstemp
Daiki Ueno
2018-10-17
1
-0
/
+3
*
build: Check return value of p11_dict_set
Daiki Ueno
2018-10-17
1
-1
/
+2
*
build: Free memory before return{,_val}_if_* macros
Daiki Ueno
2018-10-17
7
-14
/
+65
*
build: Call va_end() always when leaving the function
Daiki Ueno
2018-10-17
1
-1
/
+3
*
trust: Factor out module initialization into separate file
Daiki Ueno
2018-08-28
3
-55
/
+44
*
common, p11-kit, trust: Use pthread_once only when necessary
Daiki Ueno
2018-08-10
1
-1
/
+1
*
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
[next]