aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecc.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-09crypto: ecdh - add public key verification testGravatar Stephan Mueller 1-4/+38
2018-04-21crypto: ecc - Actually remove stack VLA usageGravatar Kees Cook 1-38/+28
2018-03-16crypto: ecc - Remove stack VLA usageGravatar Kees Cook 1-6/+17
2017-11-29crypto: ecc - Fix NULL pointer deref. on no default_rngGravatar Pierre 1-1/+1
2017-06-10crypto: ecdh - add privkey generation supportGravatar Tudor-Dan Ambarus 1-0/+56
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Gravatar Tudor-Dan Ambarus 1-2/+2
2017-06-10crypto: ecc - remove unnecessary castsGravatar Tudor-Dan Ambarus 1-15/+13
2017-06-10crypto: ecc - remove unused function argumentsGravatar Tudor-Dan Ambarus 1-5/+3
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueGravatar Stephen Rothwell 1-1/+1
2016-06-23crypto: ecdh - Add ECDH software supportGravatar Salvatore Benedetto 1-0/+1018