summaryrefslogtreecommitdiff
path: root/gck/tests
Commit message (Expand)AuthorAgeFilesLines
* Update for deprecationsStef Walter2012-10-229-0/+18
* gck: Fix tests with p11-kit 0.13 and laterStef Walter2012-09-251-1/+1
* Use p11-kit/pkcs11.h instead of shipping a copy with gck.Evan Nemerson2012-08-042-1/+3
* gck: Remove gck_attributes_add_owned()Stef Walter2011-12-211-1/+1
* Revert changes to libtool version and removed APIStef Walter2011-12-095-7/+20
* gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter2011-12-084-6/+6
* gck: Add documentation for newly functionsStef Walter2011-12-081-3/+3
* gck: Rename GckObjectAttributes to GckObjectCacheStef Walter2011-12-081-6/+21
* gck: Add floating references to GckAttributesStef Walter2011-12-086-55/+28
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-087-281/+908
* gck: Retrieve attributes in GckEnumerator properlyStef Walter2011-11-291-1/+35
* gck: add gck_attributes_set() and gck_attributes_set_all() functionsStef Walter2011-11-231-8/+106
* Add valgrind memory checking and fix up errorsStef Walter2011-11-2110-17/+68
* gck: Fix problem where gck_slot_open_session_async() leaked objectsStef Walter2011-11-151-0/+4
* gck: Chaining of enumeratorsStef Walter2011-11-021-0/+40
* gck: Allow enumerating objects on a sessionStef Walter2011-11-021-12/+45
* gck: Add methods for opening and logging in that accept interactionsStef Walter2011-11-012-1/+194
* gck: Enumerator can now retrieve object attributesStef Walter2011-10-122-3/+136
* gck: Integrate GTlsInteraction into libgckStef Walter2011-10-036-0/+224
* gck: More introspection and documentation cleanupStef Walter2011-09-294-22/+22
* gck: Fix introspection warnings and complete introspection annotationsStef Walter2011-09-283-5/+6
* gcr: Documentation, testing and distcheck fixesStef Walter2011-09-011-1/+1
* gck: Fix tests for new PKCS#11 URI revesionStef Walter2011-08-311-5/+5
* gck: Cleanup gck API for consistencyStef Walter2011-08-257-9/+9
* gck: Add async initialization functions.Stef Walter2011-08-252-8/+45
* gck: Update GckUriFlags to match p11-kitStef Walter2011-07-061-26/+26
* Remove extraneous argument from gck_module_new and gck_module_initializeStef Walter2011-07-067-11/+11
* gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter2011-07-068-200/+200
* Modernize the remainder of the tests.Stef Walter2011-04-249-59/+13
* Better testing configure options.Stef Walter2011-04-231-7/+6
* gck: Fix linking issue due to type in Makefile.Stef Walter2011-04-211-1/+1
* Modernise the gck tests.Stef Walter2011-04-0511-687/+1218
* [gck] Fix uri library-manufacturer test.Stef Walter2011-03-071-1/+1
* Fix problems building tests using internal functions.Stef Walter2011-01-198-1/+9
* [gck] Update PKCS#11 URI to add library support.Stef Walter2011-01-194-107/+407
* Add missing files to distribution.Stef Walter2010-12-221-3/+3
* [gck] Allow enumeration over slots as well as modules.Stef Walter2010-12-181-2/+36
* [testing] Preprocess test files before searching for tests.Stef Walter2010-11-249-108/+108
* [gck] Mark the gck API as unstable with a define.Stef Walter2010-10-011-2/+4
* [gck] Simplify use of GckMechanismStef Walter2010-09-283-124/+42
* [gck] Cleanup use of 'full' functions.Stef Walter2010-09-273-81/+39
* [gck] Add session options, remove module options.Stef Walter2010-09-272-28/+20
* [gck] Add gck_attributes_add_all() for copying GckAttributesStef Walter2010-09-181-0/+23
* [gck] Rework testing and make mock module.Stef Walter2010-09-1811-1769/+50
* [gck] Expose CK_BBOOL and CK_ULONG casting helpers.Stef Walter2010-09-181-0/+44
* [gck] Implement PkCS#11 URI's and enumerationStef Walter2010-08-096-1/+608
* [gck] Fix up tests problems after recent commits.Stef Walter2010-08-093-10/+11
* [gck] Make various objects pretty much immutable.Stef Walter2010-08-015-34/+44
* [gck] Remove most complex var args functions.Stef Walter2010-07-316-226/+112
* [gck] Remove session pooling, and add concept of module list.Stef Walter2010-07-303-70/+15