summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Initial port to win32Stef Walter2011-10-171-8/+8
| | | | | | | | * Tests do not all yet pass, at least not on wine * Added abstraction of some non-portable functions in compat.h/c * Build with an argument like this for win32 support: ./autogen.sh --host=i586-mingw32msvc * This win32 port needs more work from interested parties
* Combine initialization testsStef Walter2011-10-101-10/+4
|
* Don't allow recursive calling of C_Initialize on a given module.Stef Walter2011-10-101-2/+8
|
* Rename p11-kit testStef Walter2011-10-101-3/+3
|
* Add test tool to print out error messagesStef Walter2011-09-261-1/+2
| | | | * Allows checking of translations
* Fix endless loop if module forks during initialization.Stef Walter2011-08-141-20/+10
| | | | | | | * If a module forks during its C_Initialize, previously our fork handler would try to initialize it again, ad nauseum. Reported by Nikos on the mailing list.
* 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