aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_ntru.c
Commit message (Collapse)AuthorAgeFilesLines
* Added own MGF1 mask generating functionAndreas Steffen2013-12-051-0/+171
|
* Moved test_rng to a test suite of its ownAndreas Steffen2013-12-041-26/+0
|
* unit-tests: Export ntru_drbg_create as testable function so no linking is ↵Tobias Brunner2013-12-041-0/+4
| | | | | | | | required This way the plugin does not have to be linked explicitly to the test runner, which otherwise would require that the plugin is either always enabled to build the tests or that ifdefs are added to the Makefile.
* unit-tests: Move ntru_test_rng_t to a utility class in libtestTobias Brunner2013-12-041-6/+6
|
* Added DRBG automatic reseeding testsAndreas Steffen2013-11-271-168/+214
|
* Extended NIST SP 800-90A HMAC_DRBG test casesAndreas Steffen2013-11-271-21/+103
|
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-271-7/+146
|
* unit-tests: Added ntru wrong ciphertext testAndreas Steffen2013-11-271-0/+36
|
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-271-0/+63
|
* Any of the four NTRU parameter sets can be selectedAndreas Steffen2013-11-271-10/+54
|
* Make the NTRU parameter set configurableAndreas Steffen2013-11-271-26/+63
|
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-0/+90