summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Add README.md to display build statusDaiki Ueno2017-12-211-0/+10
* travis: Exclude test programs from coverallsDaiki Ueno2017-12-211-1/+1
* travis: Supply necessary envvars to container for coverallsDaiki Ueno2017-11-271-1/+1
* travis: Use in-tree build for coverageDaiki Ueno2017-11-151-14/+16
* test: Improve code coverage of filter.cDaiki Ueno2017-11-151-0/+67
* travis: Use coveralls for measuring coverageDaiki Ueno2017-11-151-1/+5
* p11_kit_override_system_files: introduced new functionNikos Mavrogiannopoulos2017-11-013-5/+59
* p11_kit_modules_load*: enhanced documentation on flagsNikos Mavrogiannopoulos2017-10-311-0/+6
* build: Take advantage of parallel-testsDaiki Ueno2017-10-063-2/+6
* server: Better shell integrationDaiki Ueno2017-10-064-20/+152
* server: Make it possible to eval envvar settingsDaiki Ueno2017-10-051-9/+11
* Release 0.23.9Daiki Ueno2017-10-022-1/+6
* trust: Respect anyExtendedKeyUsage in CA certificatesDaiki Ueno2017-10-023-0/+45
* rpc: Fix crash when retrieving attribute lengthDaiki Ueno2017-09-272-4/+34
* server: Make it work only when token URI is providedDaiki Ueno2017-09-271-47/+41
* common: Re-add placeholder definition of p11_debugDaiki Ueno2017-08-181-0/+4
* build: Include <stdint.h> for SIZE_MAXDaiki Ueno2017-08-161-0/+1
* Release 0.23.8Daiki Ueno2017-08-152-1/+8
* build: Include <stdint.h> for SIZE_MAXDaiki Ueno2017-08-151-0/+1
* client: Fix order of cleanupDaiki Ueno2017-08-111-1/+1
* test: Add checks for duplicate vendor attributesDaiki Ueno2017-08-081-0/+10
* uri: Make vendor query attribute handling reliableDaiki Ueno2017-08-081-24/+80
* common: New p11_array_insert functionDaiki Ueno2017-08-082-0/+20
* common: Use reallocarray instead of realloc as appropriateDaiki Ueno2017-08-085-4/+36
* pkcs11.h: updated informationNikos Mavrogiannopoulos2017-08-031-3/+3
* pkcs11.h: added OTP-related mechanismsNikos Mavrogiannopoulos2017-08-031-0/+97
* pkcs11.h: added definitions of GOST CKA attributesNikos Mavrogiannopoulos2017-08-011-0/+3
* pkcs11.h: added definitions of GOST mechanismsNikos Mavrogiannopoulos2017-08-011-0/+12
* test: Fix failure on 32-bit big endian platformDaiki Ueno2017-07-141-14/+15
* trust: Fix build error with -Werror=return-typeDaiki Ueno2017-07-141-1/+1
* conf: Introduce P11_KIT_NO_USER_CONFIGColin Walters2017-07-101-3/+9
* common: always use p11_dl_close wrapperFabian Groffen2017-06-272-10/+13
* p11_get_upeer_id: implement case using ucred.hFabian Groffen2017-06-272-1/+21
* configure: pull in -lnsl -lsocket for socket functionsFabian Groffen2017-06-271-0/+7
* Be silent by default and do not print messages on stderrNikos Mavrogiannopoulos2017-06-261-1/+1
* doc: Use correct PKCS#11 URI syntaxDaiki Ueno2017-06-131-1/+1
* build: Allow use of _GNU_SOURCEDaiki Ueno2017-06-123-9/+3
* debug: Add p11_debug_err to prevent use of strerrorDaiki Ueno2017-06-123-3/+49
* compat: Prefer strerror_l to strerror_rDaiki Ueno2017-06-122-3/+16
* Release 0.23.7Daiki Ueno2017-05-312-1/+5
* trust: Suppress dead-assignment warnings from clang-analyzerDaiki Ueno2017-05-292-1/+1
* rpc: Avoid use-after-free when creating socket base directoryDaiki Ueno2017-05-291-1/+0
* rpc: Avoid calling memcmp() on NULL bufferDaiki Ueno2017-05-291-1/+3
* proxy: Don't call realloc() with size 0Daiki Ueno2017-05-291-9/+11
* build: Delay building test programs until "make check"Daiki Ueno2017-05-294-8/+7
* travis: Enable clang-analyzerDaiki Ueno2017-05-291-1/+3
* server: Avoid use-after-freeDaiki Ueno2017-05-291-1/+0
* Release 0.23.6Daiki Ueno2017-05-262-1/+7
* test: Check the size of unsigned longDaiki Ueno2017-05-262-9/+11
* rpc: Load advapi32.dll on the flyDaiki Ueno2017-05-262-7/+91