summaryrefslogtreecommitdiffstats
path: root/crypto/ecc.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecc - Correct an error in the commentsMeng Yu2021-03-261-1/+1
* Merge branch 'ecc'Herbert Xu2021-03-261-84/+194
|\
| * crypto: ecc - Add math to support fast NIST P384Saulo Alessandre2021-03-261-74/+192
| * crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre2021-03-261-0/+2
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-11/+2
* | crypto: ecc - add curve25519 params and expose themMeng Yu2021-03-131-0/+6
* | crypto: ecc - expose ecc curvesMeng Yu2021-03-131-1/+4
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-4/+4
* crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller2020-07-311-1/+30
* crypto: ecdh - check validity of Z before exportStephan Müller2020-07-311-3/+8
* crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-231-1/+1
* int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-171-1/+1
* crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-11-011-1/+2
* 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