aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdh_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-3/+1
2021-02-10crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Gravatar Daniele Alessandrelli 1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2017-10-12crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-06-10crypto: kpp, (ec)dh - fix typosGravatar Tudor-Dan Ambarus 1-2/+2
2016-06-23crypto: ecdh - Add ECDH software supportGravatar Salvatore Benedetto 1-0/+86