aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdh.c
AgeCommit message (Expand)Author
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu
2021-01-03crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel
2020-12-04crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2018-04-21crypto: ecc - Actually remove stack VLA usageKees Cook
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley
2017-11-06crypto: ecdh - remove empty exit()Tudor-Dan Ambarus
2017-08-03crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus
2017-06-10crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-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
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto