aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Gravatar Nicolai Stange 1-8/+19
2022-03-03crypto: dh - remove struct dh's ->q memberGravatar Nicolai Stange 1-13/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-08-03crypto: dh - make crypto_dh_encode_key() make robustGravatar Eric Biggers 1-14/+16
2018-08-03crypto: dh - fix calculating encoded key sizeGravatar Eric Biggers 1-1/+1
2018-07-09crypto: dh - add public key verification testGravatar Stephan Mueller 1-3/+12
2017-11-10crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Gravatar Eric Biggers 1-0/+8
2017-11-10crypto: dh - Don't permit 'p' to be 0Gravatar Eric Biggers 1-0/+8
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-10-12crypto: dh - return unsigned int for dh_data_size()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-06-10crypto: kpp, (ec)dh - fix typosGravatar Tudor-Dan Ambarus 1-2/+2
2016-06-23crypto: dh - Add DH software implementationGravatar Salvatore Benedetto 1-0/+95