aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ntru/ntru_ke.c
Commit message (Expand)AuthorAgeFilesLines
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-13/+12
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-2/+3
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-3/+3
* crypto: Define MODP_CUSTOM outside of IKE DH rangeTobias Brunner2014-12-231-1/+1
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-221-38/+12
* Implemented ntru_private_key classAndreas Steffen2014-03-181-51/+31
* Refactored NTRU parameter set selectionAndreas Steffen2014-03-071-40/+18
* Refactored ntru_param_setsAndreas Steffen2014-03-071-1/+2
* lib: All settings use configured namespaceTobias Brunner2014-02-121-1/+1
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-271-14/+25
* 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-271-44/+76
* Make the NTRU parameter set configurableAndreas Steffen2013-11-271-14/+47
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-271-0/+314