summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Add assert_skip() and assert_todo()Daiki Ueno2018-03-292-15/+126
* common, client: Move runtime directory detection to libp11-commonDaiki Ueno2018-02-274-0/+290
* common: Make p11_test_directory_delete() work recursivelyDaiki Ueno2018-02-271-1/+11
* build: Delay compilation of test-related stuffDaiki Ueno2018-01-301-3/+6
* 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
* build: Include <stdint.h> for SIZE_MAXDaiki Ueno2017-08-151-0/+1
* common: New p11_array_insert functionDaiki Ueno2017-08-082-0/+20
* common: Use reallocarray instead of realloc as appropriateDaiki Ueno2017-08-084-4/+35
* 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
* common: always use p11_dl_close wrapperFabian Groffen2017-06-272-10/+13
* p11_get_upeer_id: implement case using ucred.hFabian Groffen2017-06-271-0/+19
* Be silent by default and do not print messages on stderrNikos Mavrogiannopoulos2017-06-261-1/+1
* build: Allow use of _GNU_SOURCEDaiki Ueno2017-06-122-9/+0
* debug: Add p11_debug_err to prevent use of strerrorDaiki Ueno2017-06-122-2/+48
* compat: Prefer strerror_l to strerror_rDaiki Ueno2017-06-121-1/+14
* build: Delay building test programs until "make check"Daiki Ueno2017-05-291-1/+1
* pkcs11: Define RSA-PSS mechanism parameterDaiki Ueno2017-05-241-0/+11
* pkcs11: Make CK_RSA_PKCS_OAEP_PARAMS usefulDaiki Ueno2017-05-241-1/+7
* fixed license in unix peer fileNikos Mavrogiannopoulos2017-02-271-12/+27
* common: New p11_get_upeer_id() functionNikos Mavrogiannopoulos2017-02-173-0/+132
* common: Add path encoding functionsDaiki Ueno2017-02-163-0/+59
* library: Initialize p11_virtual_mutex for WindowsDaiki Ueno2017-02-161-0/+2
* test: Fix Windows test case for p11_path_expandDaiki Ueno2017-02-161-1/+1
* argv: Fix misinterpretation of backslash in quotesDaiki Ueno2017-02-163-1/+119
* compat: Fix character generation in mk{s,d}temp()Daiki Ueno2017-02-161-1/+1
* Fix a typo in "x-cetrificate-value", see also https://bugs.freedesktop.org/sh...Kai Engert2017-02-161-1/+1
* Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files.Kai Engert2017-02-162-0/+2
* library: Deinit p11_virtual_mutexDaiki Ueno2017-02-161-0/+1
* virtual: Move mutex into p11_library_init()Daiki Ueno2017-02-142-0/+6
* Fix compiler warnings on FreeBSDRoman Bogorodskiy2017-01-232-0/+5
* common: use recursive pthread mutex for library lockLubomir Rintel2017-01-191-1/+1
* test: Remove setgid()ed copy of frob-getenvDaiki Ueno2016-12-131-2/+1
* pkcs11: Update CRYPTOKI_VERSION to 2.40Daiki Ueno2016-12-131-6/+3
* pkcs11: Add CK_RSA_PKCS_OAEP_PARAMS definitionDaiki Ueno2016-12-131-0/+20
* pkcs11: Add CKA_COPYABLE definitionDaiki Ueno2016-12-131-0/+1
* pkcs11: Add AES key wrap mechanismsDaiki Ueno2016-12-131-0/+3
* mock: Check return value of calloc()Pankaj2016-12-131-0/+1
* common, trust: Avoid integer overflowDaiki Ueno2016-12-063-3/+9
* test-conf: don't create the setuid copy in /tmpLubomir Rintel2016-11-291-1/+1
* Fix leak when C_Initialize() is called from childDaiki Ueno2016-08-221-0/+3
* p11-kit: Fix redundant check for 'signature' is always 'true'Pankaj2015-11-231-1/+1
* common: Fix warning about dereferencing NULL pointerPankaj2015-11-091-0/+1
* common: Fix in test-code for file descriptor validity checkPankaj2015-11-091-0/+1
* common: Remove compat timegm() implementationStef Walter2015-10-191-31/+0
* p11-kit: 'int' comparison with 'unsigned int' in for() for the array indexPankaj2015-10-191-1/+1
* p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj2015-10-191-1/+1