aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_vectors.c
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Further increase the test vector testing timeoutMartin Willi2015-04-161-1/+1
| | | | Some build bots running make check seem to have longer for the DH testing.
* unit-tests: Use progressive testing of transforms with test vectorsMartin Willi2015-04-151-7/+26
| | | | | | This allows us to show which transform from which plugin failed. Also, we use the new cleanup handler functionality that allows proper deinitialization on failure or timeout.
* unit-tests: Use a larger timeout for test vector testingMartin Willi2015-04-151-0/+1
| | | | | As we test DH calculations this now takes more time. If multiple DH backends are enabled, we likely hit the default test timeout.
* unit-tests: Actually verify registered algorithms against test vectorsTobias Brunner2014-03-201-4/+9
| | | | | | | | Previously, the {ns}.crypto_test.on_add option had to be enabled to actually test the algorithms, which we can't enforce for the tests in the test_runner as the option is already read when the crypto factory is initialized. Even so, we wouldn't want to do this for every unit test, which would be the result of enabling that option.
* unit-tests: Show how many test vectors have failed on test failureMartin Willi2013-11-061-1/+2
|
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-061-0/+41