Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | process: Provide an abstraction to spawn child processes with redirected I/O | Martin Willi | 2014-10-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add test for crypto_factory_t's rng_create method | Tobias Brunner | 2014-06-20 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add basic tests for settings_t | Tobias Brunner | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | unit-tests: added asn1_parser tests | Andreas Steffen | 2014-02-10 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add some test cases for HTTP GET/POST fetches | Martin Willi | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | unit-tests: Added crypter tests | Andreas Steffen | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Added hasher tests | Andreas Steffen | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Moved test_rng to a test suite of its own | Andreas Steffen | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Implemented NIST SP 800-90A DRBG_HMAC with SHA-256 | Andreas Steffen | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | unit-tests: first NTRU test case | Andreas Steffen | 2013-11-27 | 1 | -0/+2 |
| | |||||
* | unit-tests: Separate test runner to a library, reusable by other tests | Martin Willi | 2013-11-06 | 1 | -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. |