summaryrefslogtreecommitdiff
path: root/p11-kit/tests
Commit message (Expand)AuthorAgeFilesLines
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-1544-9265/+0
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-082-1/+8
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-081-1/+1
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-083-177/+1
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-085-23/+662
* mock: Minor testing tweaks to mock testingStef Walter2014-07-081-2/+2
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-07-083-2/+948
* Added test for non-null values in empty ID and label URI partsNikos Mavrogiannopoulos2014-07-041-0/+66
* p11-kit: Handle managed modules correctly when forkingStef Walter2014-07-041-0/+47
* test-iter: Fix use of uninitialized variableStef Walter2014-01-141-0/+1
* iter: Add p11_kit_iter_get_attributes() functionStef Walter2014-01-131-0/+67
* Disable tests with setgid binaries when running in fakerootAndreas Metzler2013-10-011-1/+4
* Remove unused make variablesStef Walter2013-09-091-1/+0
* iter: Add a p11_kit_iter_destroy_object() functionStef Walter2013-08-281-0/+40
* iter: Add p11_kit_iter_set_uri() functionStef Walter2013-08-281-0/+28
* iter: Add p11_kit_iter_get_token() callStef Walter2013-08-281-0/+32
* iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behaviorStef Walter2013-08-281-3/+1
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-3/+3
* Use simple serial automake test harnessStef Walter2013-07-232-0/+2
* Fix p11_kit_space_strlen() result when empty stringStef Walter2013-07-182-0/+60
* Don't load configs from user directory when setuidStef Walter2013-07-185-2/+139
* Fix various issues highlighted by coverity scannerStef Walter2013-07-181-0/+3
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-043-2/+54
* iter: Add iteration mode where session is not busyStef Walter2013-07-031-25/+86
* Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-211-1/+1
* Our own unit testing frameworkStef Walter2013-05-2114-1729/+1572
* Add the log-calls module config optionStef Walter2013-05-213-2/+128
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-212-3/+70
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-212-18/+124
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-2110-91/+2769
* Use libffi to implement mixins for managed codeStef Walter2013-05-162-0/+190
* Separate library init from message codeStef Walter2013-04-035-22/+22
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-203-1/+3
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-1510-3/+54
* iter: Don't skip tokens that don't have CKF_TOKEN_INITIALIZEDStef Walter2013-03-081-33/+0
* Use putenv() instead of setenv()Stef Walter2013-03-037-7/+7
* Add public iterator API to p11-kitStef Walter2013-02-053-2/+1144
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-053-0/+4
* Add more mock-module implementationStef Walter2013-02-045-1243/+14
* Use the stdbool.h C99 bool typeStef Walter2013-01-233-17/+57
* Set strict debug preconditions during testingStef Walter2013-01-096-0/+6
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-091-2/+4
* Build common code into noinst librariesStef Walter2013-01-091-2/+6
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-0934-0/+4254