summaryrefslogtreecommitdiffstats
path: root/crypto/ecc.c
AgeCommit message (Expand)AuthorLines
2018-11-16crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov-4/+12
2018-11-16crypto: ecc - check for invalid values in the key verification testVitaly Chikunov-16/+26
2018-07-09crypto: ecdh - add public key verification testStephan Mueller-4/+38
2018-04-21crypto: ecc - Actually remove stack VLA usageKees Cook-38/+28
2018-03-16crypto: ecc - Remove stack VLA usageKees Cook-6/+17
2017-11-29crypto: ecc - Fix NULL pointer deref. on no default_rngPierre-1/+1
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus-0/+56
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus-2/+2
2017-06-10crypto: ecc - remove unnecessary castsTudor-Dan Ambarus-15/+13
2017-06-10crypto: ecc - remove unused function argumentsTudor-Dan Ambarus-5/+3
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell-1/+1
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto-0/+1018