aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/tests.h
Commit message (Collapse)AuthorAgeFilesLines
* process: Provide an abstraction to spawn child processes with redirected I/OMartin Willi2014-10-061-0/+1
|
* unit-tests: Add test for crypto_factory_t's rng_create methodTobias Brunner2014-06-201-0/+1
|
* unit-tests: Add basic tests for settings_tTobias Brunner2014-02-121-0/+1
|
* unit-tests: added asn1_parser testsAndreas Steffen2014-02-101-0/+1
|
* unit-tests: Add some test cases for HTTP GET/POST fetchesMartin Willi2014-01-311-1/+1
|
* unit-tests: Added crypter testsAndreas Steffen2013-12-061-0/+1
|
* unit-tests: Added hasher testsAndreas Steffen2013-12-041-0/+1
|
* Moved test_rng to a test suite of its ownAndreas Steffen2013-12-041-0/+1
|
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-271-1/+1
|
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-0/+2
|
* unit-tests: Separate test runner to a library, reusable by other testsMartin Willi2013-11-061-0/+36
Other users may make use of the noinst libtest.la helper library to implement unit tests. For libstrongswan, tests.[ch] provide the configuration for test runner to perform unit tests in a simple manner.