aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecc.c
AgeCommit message (Expand)Author
2023-02-14crypto: ecc - Silence sparse warningHerbert Xu
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli
2021-03-26crypto: ecc - Correct an error in the commentsMeng Yu
2021-03-26Merge branch 'ecc'Herbert Xu
2021-03-26crypto: ecc - Add math to support fast NIST P384Saulo Alessandre
2021-03-26crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger
2021-03-13crypto: ecc - add curve25519 params and expose themMeng Yu
2021-03-13crypto: ecc - expose ecc curvesMeng Yu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller
2020-07-31crypto: ecdh - check validity of Z before exportStephan Müller
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel
2019-11-01crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov
2019-04-18crypto: ecc - make ecc into separate moduleVitaly Chikunov
2018-11-16crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2018-11-16crypto: ecc - check for invalid values in the key verification testVitaly Chikunov
2018-07-09crypto: ecdh - add public key verification testStephan Mueller
2018-04-21crypto: ecc - Actually remove stack VLA usageKees Cook
2018-03-16crypto: ecc - Remove stack VLA usageKees Cook
2017-11-29crypto: ecc - Fix NULL pointer deref. on no default_rngPierre
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus
2017-06-10crypto: ecc - remove unnecessary castsTudor-Dan Ambarus
2017-06-10crypto: ecc - remove unused function argumentsTudor-Dan Ambarus
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto