summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remote: Remove unnecessary declarationDaiki Ueno2017-05-261-4/+0
* doc: Clarify p11-kit server documentationDaiki Ueno2017-05-261-3/+5
* server: Port to WindowsDaiki Ueno2017-05-252-39/+511
* rpc: New p11_kit_remote_serve_tokens functionDaiki Ueno2017-05-255-101/+248
* remote: Name command line options consistentlyDaiki Ueno2017-05-252-71/+116
* rpc: Convert mechanism parameters for portabilityDaiki Ueno2017-05-245-158/+467
* pkcs11: Define RSA-PSS mechanism parameterDaiki Ueno2017-05-241-0/+11
* pkcs11: Make CK_RSA_PKCS_OAEP_PARAMS usefulDaiki Ueno2017-05-241-1/+7
* rpc: Fix typo in encoding CK_DATE valueDaiki Ueno2017-05-241-1/+1
* rpc: Factor out attribute value serializer definitionsDaiki Ueno2017-05-241-26/+25
* rpc: Add a comment why we call _get_attribute() twiceDaiki Ueno2017-05-241-0/+1
* rpc: Convert attribute value for portabilityDaiki Ueno2017-05-225-80/+827
* rpc: Return early if call_id of request is ERRORDaiki Ueno2017-05-221-1/+2
* build: Add fuzzer using AFLDaiki Ueno2017-05-225-0/+142
* 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
* remote: Fix typo when writing a credential byteDaiki Ueno2017-03-091-1/+1
* correct text for --user-config optionDaniel Black2017-03-061-1/+1
* Release 0.23.5Daiki Ueno2017-03-022-1/+6