aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ntru
Commit message (Expand)AuthorAgeFilesLines
* Added own MGF1 mask generating functionAndreas Steffen2013-12-0510-436/+536
* unit-tests: Export ntru_drbg_create as testable function so no linking is req...Tobias Brunner2013-12-041-5/+7
* unit-tests: Move ntru_test_rng_t to a utility class in libtestTobias Brunner2013-12-043-137/+0
* ntru: Fix compiler warning caused by ++/-- on righthand side of an assignmentTobias Brunner2013-12-041-4/+4
* Added DRBG automatic reseeding testsAndreas Steffen2013-11-271-2/+2
* Use strongSwan hash plugins for SHA-1 and SHA-256Andreas Steffen2013-11-2720-2764/+178
* Cleaned up ntru-crypto libraryAndreas Steffen2013-11-2711-474/+8
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-2714-1533/+550
* unit-tests: Added ntru wrong ciphertext testAndreas Steffen2013-11-271-0/+1
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-271-0/+5
* Any of the four NTRU parameter sets can be selectedAndreas Steffen2013-11-272-45/+76
* Make the NTRU parameter set configurableAndreas Steffen2013-11-271-14/+47
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-1/+1
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-2735-0/+9332