summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Release version 0.20.60.20.6Stef Walter2-1/+5
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-05Release version 0.20.50.20.5Stef Walter2-1/+8
2014-09-05trust: Parse TRUSTED CERTIFICATE openssl format even without CertAuxStef Walter3-13/+151
2014-09-05trust: Produce a proper message for an invalid stapled extensionStef Walter1-1/+10
2014-09-05configure: Don't use subdir-objects on our stable branch yetStef Walter1-1/+1
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
2014-08-08trust: Remove dead while condition in anchor commondStef Walter1-1/+1
2014-08-08p11-kit: Fix integer overflow in memset() argumentStef Walter1-1/+1
2014-08-08p11-kit: Fix bad check of asprintf() return valueStef Walter1-1/+1
2014-08-08configure.ac: Add subdir-objects to satisfy newer automakesStef Walter1-1/+1
2014-08-08trust: Fix use of invalid memory in PEM parserStef Walter1-3/+1
2014-08-07Release version 0.20.4Stef Walter2-1/+5
2014-08-07p11-kit: Tweak last commit, handle the not-forked caseStef Walter1-1/+4
2014-08-07p11-kit: Don't complain about C_Finalize called in wrong processStef Walter1-6/+13
2014-07-07Fix typo: supress - > suppressAndreas Metzler4-4/+4
2014-07-04Release version 0.20.30.20.3Stef Walter2-1/+11
2014-07-04Added test for non-null values in empty ID and label URI partsNikos Mavrogiannopoulos1-0/+66
2014-07-04p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stableStef Walter2-6/+6
2014-07-04p11-kit: Handle managed modules correctly when forkingStef Walter2-5/+56
2014-07-01common: Fixed implementation of strerror_r for WinXPPavel A1-0/+15
2014-06-25p11-kit: Fix corrupted list when initialization of modules failStef Walter1-0/+2
2014-06-20Don't try to symlink p11-proxy.so on windowsMilan Crha1-5/+5
2014-06-20configure: Require automake 1.12 or laterStef Walter1-1/+1
2014-06-20Proposed fix for compiler warnings in common/compat.cPavel A1-19/+23
2014-02-13proxy: Fix cases where modules are unloaded while in useStef Walter1-22/+31
2014-02-13proxy: Remove assertions when module is not initializedStef Walter1-2/+0
2014-02-13Fix handling of mmap failure and mapping empty filesPascal Terjan2-2/+26
2014-01-29Support running autogen.sh from srcdir != builddirStef Walter1-2/+6
2014-01-29Don't use 'aux' directory nameStef Walter2-1/+1
2014-01-14Release version 0.20.20.20.2Stef Walter2-1/+8
2014-01-14distcheck: Build with optimizations so we get proper warningsStef Walter1-1/+3
2014-01-14test-iter: Fix use of uninitialized variableStef Walter1-0/+1
2014-01-14trust: Add installcheck target for testing extractStef Walter4-0/+198
2014-01-14Build in srcdir != builddir fashion by defaultStef Walter8-19/+17
2014-01-14Move gtk-doc.make into build directoryStef Walter2-1/+1
2014-01-13enumerate: Preload and respect blacklist across all tokensStef Walter3-52/+186