summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCHDaiki Ueno2019-01-291-4/+4
* Release 0.23.15Daiki Ueno2019-01-182-1/+9
* 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-046-13/+47
* build: Fix typo spotted by codespellDaiki Ueno2018-12-2915-22/+22
* doc: Make log-calls match the rest of the document styleJakub Jelen2018-12-061-2/+2
* build: Simplify assertionsDaiki Ueno2018-11-231-6/+0
* travis: Add cppcheck profileDaiki Ueno2018-11-225-0/+33
* travis: Allow profile overrideDaiki Ueno2018-11-221-10/+10
* build: Suppress cppcheck errorsDaiki Ueno2018-11-227-16/+42
* tests: Ensure p11_proxy_module_cleanup is calledDaiki Ueno2018-11-141-0/+2
* url: Prefer upper-case letters in hex characters when encodingDaiki Ueno2018-11-074-15/+53
* trust/extract-jks.c: also honor SOURCE_DATE_EPOCH timeHarald Hoyer2018-11-021-4/+34
* build: Require pkg.m4 >= 0.29 at bootstrapDaiki Ueno2018-10-311-0/+2
* virtual: Prefer fixed closures to libffi closuresDaiki Ueno2018-10-241-5/+14
* trust: Check index->buckets is allocated on cleanupDaiki Ueno2018-10-171-3/+5
* rpc-server: Check calloc failureDaiki Ueno2018-10-171-0/+4
* trust: Set umask before calling mkstempDaiki Ueno2018-10-171-0/+3
* proxy: Fix null dereference when reusing slotsDaiki Ueno2018-10-171-1/+4
* rpc-server: p11_kit_remote_serve_tokens: Fix memleakDaiki Ueno2018-10-171-0/+5
* build: Check return value of p11_rpc_buffer_get_uint64Daiki Ueno2018-10-171-1/+2
* build: Check return value of p11_dict_setDaiki Ueno2018-10-173-3/+9
* build: Free memory before return{,_val}_if_* macrosDaiki Ueno2018-10-179-17/+77
* build: Call va_end() always when leaving the functionDaiki Ueno2018-10-174-4/+14
* debug: Work around cppcheck false-positivesDaiki Ueno2018-10-171-3/+3
* common: use /proc only on LinuxLeonardo Brondani Schenkel2018-09-121-0/+2
* pkcs11: Don't redefine CKM_CAMELLIA_KEY_GENDaiki Ueno2018-08-311-2/+1
* Release 0.23.14Daiki Ueno2018-08-282-1/+7
* virtual: Tighten error handling when fixed closures are exhaustedDaiki Ueno2018-08-281-9/+8
* virtual: Don't be too loud about recoverable failureDaiki Ueno2018-08-281-2/+2
* trust: Factor out module initialization into separate fileDaiki Ueno2018-08-283-55/+44
* common: Factor out common initializer code into a headerDaiki Ueno2018-08-284-111/+103
* travis: Manually install cpp-coverallsDaiki Ueno2018-08-281-2/+6
* travis: Check valgrind exit code more strictlyDaiki Ueno2018-08-281-1/+1
* README.md: Add CII Best Practices badgeDaiki Ueno2018-08-211-1/+1
* README.md: Mention contact method for security issuesDaiki Ueno2018-08-211-0/+5
* Revert "build: Explicitly link threaded test programs to libpthread"Daiki Ueno2018-08-172-14/+4
* Revert "build: Stop linking the library with libpthread when possible"Daiki Ueno2018-08-171-3/+3
* Revert "common: Prefer __register_atfork() to pthread_atfork() if possible"Daiki Ueno2018-08-172-20/+1
* Revert "build: Link to libpthread, if pthread_atfork() needs to be used"Daiki Ueno2018-08-173-13/+6
* Update pkcs11 header to allow SoftHSMv2 to compileAlexander Bokovoy2018-08-171-18/+220
* travis: Check that proxy module can be loaded and unloadedDaiki Ueno2018-08-152-1/+2
* proxy: Avoid invalid memory access when unloading proxy moduleDaiki Ueno2018-08-151-13/+4
* build: Link to libpthread, if pthread_atfork() needs to be usedDaiki Ueno2018-08-103-6/+13
* build: Don't install systemd unit files when "make distcheck"Daiki Ueno2018-08-101-0/+1