aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_ntru.c
Commit message (Collapse)AuthorAgeFilesLines
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-7/+7
|
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-11/+11
|
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-7/+4
| | | | | While such a change is not unproblematic, keeping status_t makes the API inconsistent once we introduce return values for the public value operations.
* unit-tests: Created separate mgf1 test suiteAndreas Steffen2014-11-291-140/+23
|
* Moved mgf1 class to libstrongswan/crypto/mgf1Andreas Steffen2014-11-291-18/+10
|
* unit-tests: Fix memory leak in ntru testsTobias Brunner2014-03-271-3/+5
|
* unit-test: added missing TEST_FUNCTION macrosAndreas Steffen2014-03-221-8/+16
|
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-221-4/+62
|
* unit-tests: Use TEST_FUNCTION macro in ntru testsTobias Brunner2014-03-201-34/+44
|
* unit-tests: Call functions with TEST_ prefix in ntru testTobias Brunner2014-03-201-36/+38
|
* Implemented ntru_private_key classAndreas Steffen2014-03-181-40/+344
|
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-271-1/+33
|
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() ↵Andreas Steffen2014-02-271-7/+120
| | | | constructors and built some unit tests for the latter)
* Implement ring multiplication methodAndreas Steffen2014-02-271-14/+17
|
* index limit can be easily computedAndreas Steffen2014-02-191-12/+10
|
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-181-6/+120
|
* unit-tests: NTRU test to check a special branchAndreas Steffen2013-12-081-0/+7
|
* Implemented ntru_trits classAndreas Steffen2013-12-071-2/+91
|
* 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