summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix trust command segfaults in expand_homedir() when no matching password rec...Robert Milasan2015-07-311-9/+9
* compat: Add definition for setenv for Win32Michael Cronenworth2014-11-121-0/+4
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-033-0/+14
* common: Use secure_getenv() implementation when setuidStef Walter2014-10-027-3/+112
* common: In tests preserve parent environment for childrenStef Walter2014-10-021-1/+1
* common: Move unistd include to define getopt and friendsMichael Cronenworth2014-09-181-1/+1
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-106-456/+514
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-103-3/+7
* common: Add support for multiple field names (ie: nicks) per constantStef Walter2014-09-103-21/+22
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-1515-67/+85
* common: Fix regression introduced by last commitStef Walter2014-08-151-1/+1
* Fix build against older pthreads implementationsBaruch Siach2014-08-141-0/+6
* common: Quiet down clang scanner with assertionsStef Walter2014-08-081-1/+1
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-083-0/+6
* common: Allow specifying which tests to run on command lineStef Walter2014-08-081-1/+33
* common: Don't do repeated linear reallocation of array memoryStef Walter2014-08-071-1/+4
* test: Move some file and directory code into general test stuffStef Walter2014-07-082-0/+93