summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test tool to print out error messagesStef Walter2011-09-262-1/+139
* Ignore spaces in PKCS#11 URIsStef Walter2011-08-191-0/+24
* Fix endless loop if module forks during initialization.Stef Walter2011-08-144-20/+1346
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-052-49/+49
* Fix building with NLS enabled.Roman Bogorodskiy2011-07-291-6/+11
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-272-111/+111
* Add documentation for PIN callbacks.Stef Walter2011-07-061-9/+9
* Add P11KitPin structure, which encapsulates a returned pin.Stef Walter2011-07-062-51/+111
* Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter2011-07-061-19/+19
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-063-1/+507
* Complete testing of global config files and directories.Stef Walter2011-06-0912-0/+309
* Store last failure message per thread.Stef Walter2011-06-092-8/+8
* Refactor configurationStef Walter2011-06-081-9/+31
* Free string output of conf-testStef Walter2011-06-071-0/+1
* Fix URI parsing memory leaks.Stef Walter2011-06-071-0/+1
* Fix some hash leaks and bugs.Stef Walter2011-06-071-2/+37
* Fix compiler warnings.Stef Walter2011-06-071-0/+1
* Remove unstable API markers.Stef Walter2011-06-071-2/+1
* Cleanup URI typesStef Walter2011-05-301-42/+42
* Fix problems with 'make distcheck'Stef Walter2011-05-271-2/+6
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-1/+1
* Add functions for clearing and setting multiple attributes on URI.Stef Walter2011-05-261-4/+37
* URI API fine tuningStef Walter2011-05-261-0/+103
* Add C++ header guards, and require API instability acknowledgement.Stef Walter2011-03-311-1/+2
* Documentation and API cleanup.Stef Walter2011-03-312-45/+45
* Reference implementation of PKCS#11 URIsStef Walter2011-02-192-1/+1056
* Only allow colon between name and value.Stef Walter2011-02-171-2/+2
* Configuration tests.Stef Walter2011-01-303-5/+135
* Add testing and start testing hash table functionality.Stef Walter2011-01-266-0/+1098