summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 2.21.30.21.3Stef Walter2014-09-172-1/+9
* trust: Use term 'attached extensions' instead of 'stapled'Stef Walter2014-09-108-72/+72
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-1012-457/+520
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-1011-48/+52
* common: Add support for multiple field names (ie: nicks) per constantStef Walter2014-09-103-21/+22
* p11-kit: Fix tests when building with MinGWMichael Cronenworth2014-09-093-0/+30
* trust: Fix token test when building with MinGWMichael Cronenworth2014-09-091-0/+4
* configure: Check for pthread_create() in pthread libraryRoman Bogorodskiy2014-09-091-3/+3
* p11-kit: Compilation fixes for previous commitStef Walter2014-09-091-4/+1
* p11-kit: Make proxy module respect critical = noStef Walter2014-09-091-37/+47
* Fix build without debugRoman Bogorodskiy2014-09-091-0/+2
* trust: Show public-key-info in 'trust list --details'Stef Walter2014-09-051-0/+14
* Release version 0.21.20.21.2Stef Walter2014-09-052-1/+11
* trust: Produce a proper message for an invalid stapled extensionStef Walter2014-09-051-1/+10
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-15133-589/+632
* common: Fix regression introduced by last commitStef Walter2014-08-151-1/+1
* Fix build against older pthreads implementationsBaruch Siach2014-08-141-0/+6
* Fix 'make upload-release' targetStef Walter2014-08-141-2/+2
* doc: Fix missing tag in p11-kit-sharing.xmlStef Walter2014-08-111-0/+1
* p11-kit: Fix various noise/issues highlighted by clangStef Walter2014-08-114-13/+13
* Ignore clang scanner litterStef Walter2014-08-081-0/+1
* trust: Don't use invalid public keys for looking up stapled extensionsStef Walter2014-08-081-1/+1
* trust: Print label of certificate when complaining about basic constraintsStef Walter2014-08-081-1/+5
* trust: Double check that index bucket is valid before accessStef Walter2014-08-081-2/+2
* p11-kit: Remove use after free in debug output code pathStef Walter2014-08-081-1/+1
* Quiten down scanner warnings about unused variablesStef Walter2014-08-082-8/+2
* common: Quiet down clang scanner with assertionsStef Walter2014-08-081-1/+1
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-0811-2/+22
* trust: Fix leak in token loading error pathStef Walter2014-08-081-0/+1
* trust: Fix unlikely use of uninitialized memory in token loadingStef Walter2014-08-081-3/+3
* trust: Fix leak in trust list commandStef Walter2014-08-081-0/+1
* trust: Fix use after free and double free in extract commandStef Walter2014-08-081-7/+4
* trust: Remove dead while condition in anchor commondStef Walter2014-08-081-1/+1
* p11-kit: Fix integer overflow in memset() argumentStef Walter2014-08-081-1/+1
* p11-kit: Fix bad check of asprintf() return valueStef Walter2014-08-081-1/+1
* configure.ac: Add subdir-objects to satisfy newer automakesStef Walter2014-08-081-1/+1
* trust: Fix use of invalid memory in PEM parserStef Walter2014-08-081-3/+1
* trust: Parse TRUSTED CERTIFICATE openssl format even without CertAuxStef Walter2014-08-083-13/+151
* common: Allow specifying which tests to run on command lineStef Walter2014-08-081-1/+33
* Release version 0.21.10.21.1Stef Walter2014-08-072-1/+7
* po: Add new translations: ocStef Walter2014-08-073-1/+344
* common: Don't do repeated linear reallocation of array memoryStef Walter2014-08-071-1/+4
* p11-kit: Tweak last commit, handle the not-forked caseStef Walter2014-08-071-1/+4
* p11-kit: Don't complain about C_Finalize called in wrong processStef Walter2014-08-071-6/+13
* p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter2014-07-083-12/+44
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-084-28/+59
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-087-58/+161
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-089-44/+1600
* mock: Minor testing tweaks to mock testingStef Walter2014-07-081-2/+2
* modules: Make config file and module configs overridable by testsStef Walter2014-07-082-4/+18