summaryrefslogtreecommitdiffstats
path: root/crypto/ecc.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-181-8/+384
* crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-181-7/+18
* crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov2018-11-161-4/+12
* crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2018-11-161-16/+26
* crypto: ecdh - add public key verification testStephan Mueller2018-07-091-4/+38
* crypto: ecc - Actually remove stack VLA usageKees Cook2018-04-211-38/+28
* crypto: ecc - Remove stack VLA usageKees Cook2018-03-161-6/+17
* crypto: ecc - Fix NULL pointer deref. on no default_rngPierre2017-11-291-1/+1
* crypto: ecdh - add privkey generation supportTudor-Dan Ambarus2017-06-101-0/+56
* crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus2017-06-101-2/+2
* crypto: ecc - remove unnecessary castsTudor-Dan Ambarus2017-06-101-15/+13
* crypto: ecc - remove unused function argumentsTudor-Dan Ambarus2017-06-101-5/+3
* crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell2016-06-241-1/+1
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+1018