summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix building with NLS enabled.Roman Bogorodskiy2011-07-291-6/+11
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39622
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-061-1/+11
| | | | | | * These are callbacks that hanlde the pinfile part of a PKCS#11 URI. * One library can register a callback that another can then call in a thread-safe and simple fashion.
* Store last failure message per thread.Stef Walter2011-06-091-1/+2
| | | | * Add p11_kit_message() function to get last message.
* Remove unstable API markers.Stef Walter2011-06-071-2/+1
|
* Fix problems with 'make distcheck'Stef Walter2011-05-271-2/+6
|
* Add C++ header guards, and require API instability acknowledgement.Stef Walter2011-03-311-1/+2
|
* Documentation and API cleanup.Stef Walter2011-03-311-4/+4
| | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.
* Reference implementation of PKCS#11 URIsStef Walter2011-02-191-1/+6
|
* Configuration tests.Stef Walter2011-01-301-5/+8
|
* Add testing and start testing hash table functionality.Stef Walter2011-01-261-0/+17