summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-14trust: Add pem-directory-hash extract formatAdam Williamson6-52/+139
2014-11-14uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2-2/+30
2014-11-12compat: Add definition for setenv for Win32Michael Cronenworth2-0/+5
2014-10-09Release version 0.22.10.22.1Stef Walter2-1/+7
2014-10-09trust: Certificate CKA_ID is SubjectKeyIdentifier if possibleStef Walter7-46/+91
2014-10-09trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit filesStef Walter4-4/+82
2014-10-07trust: add missing libtasn1 cflagsRoman Bogorodskiy1-0/+39
2014-10-06Bump libtool versioning for added APIsStef Walter1-2/+2
2014-10-06Unbreak build on OpenBSDAntoine Jacoutot1-0/+5
2014-10-05makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth3-3/+3
2014-10-04Release version 0.22.00.22.0Stef Walter2-1/+7
2014-10-03p11-kit: Use pthread_atfork() in a safe mannerStef Walter9-117/+63
2014-10-02remote: Run separate executable binary for 'p11-kit remote'Stef Walter5-157/+164
2014-10-02p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2-1/+7
2014-10-02common: Use secure_getenv() implementation when setuidStef Walter8-4/+113
2014-10-02common: In tests preserve parent environment for childrenStef Walter1-1/+1
2014-10-01p11-kit: Remove the 'isolated' option for nowStef Walter3-24/+5
2014-09-18common: Move unistd include to define getopt and friendsMichael Cronenworth1-1/+1
2014-09-17Release version 2.21.30.21.3Stef Walter2-1/+9
2014-09-10trust: Use term 'attached extensions' instead of 'stapled'Stef Walter8-72/+72
2014-09-10common: New public pkcs11x.h header containing extensionsStef Walter12-457/+520
2014-09-10common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter11-48/+52
2014-09-10common: Add support for multiple field names (ie: nicks) per constantStef Walter3-21/+22
2014-09-09p11-kit: Fix tests when building with MinGWMichael Cronenworth3-0/+30
2014-09-09trust: Fix token test when building with MinGWMichael Cronenworth1-0/+4
2014-09-09configure: Check for pthread_create() in pthread libraryRoman Bogorodskiy1-3/+3
2014-09-09p11-kit: Compilation fixes for previous commitStef Walter1-4/+1
2014-09-09p11-kit: Make proxy module respect critical = noStef Walter1-37/+47
2014-09-09Fix build without debugRoman Bogorodskiy1-0/+2
2014-09-05trust: Show public-key-info in 'trust list --details'Stef Walter1-0/+14
2014-09-05Release version 0.21.20.21.2Stef Walter2-1/+11
2014-09-05trust: Produce a proper message for an invalid stapled extensionStef Walter1-1/+10
2014-08-15Move to non-recursive Makefile for building bins and libsStef Walter133-589/+632
2014-08-15common: Fix regression introduced by last commitStef Walter1-1/+1
2014-08-14Fix build against older pthreads implementationsBaruch Siach1-0/+6
2014-08-14Fix 'make upload-release' targetStef Walter1-2/+2
2014-08-11doc: Fix missing tag in p11-kit-sharing.xmlStef Walter1-0/+1
2014-08-11p11-kit: Fix various noise/issues highlighted by clangStef Walter4-13/+13
2014-08-08Ignore clang scanner litterStef Walter1-0/+1
2014-08-08trust: Don't use invalid public keys for looking up stapled extensionsStef Walter1-1/+1
2014-08-08trust: Print label of certificate when complaining about basic constraintsStef Walter1-1/+5
2014-08-08trust: Double check that index bucket is valid before accessStef Walter1-2/+2
2014-08-08p11-kit: Remove use after free in debug output code pathStef Walter1-1/+1
2014-08-08Quiten down scanner warnings about unused variablesStef Walter2-8/+2
2014-08-08common: Quiet down clang scanner with assertionsStef Walter1-1/+1
2014-08-08Fix mostly erroneous scanner warnings in testsStef Walter11-2/+22
2014-08-08trust: Fix leak in token loading error pathStef Walter1-0/+1
2014-08-08trust: Fix unlikely use of uninitialized memory in token loadingStef Walter1-3/+3
2014-08-08trust: Fix leak in trust list commandStef Walter1-0/+1
2014-08-08trust: Fix use after free and double free in extract commandStef Walter1-7/+4