aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-08-03crypto: dh - make crypto_dh_encode_key() make robustEric Biggers1-14/+16
2018-08-03crypto: dh - fix calculating encoded key sizeEric Biggers1-1/+1
2018-07-09crypto: dh - add public key verification testStephan Mueller1-3/+12
2017-11-10crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers1-0/+8
2017-11-10crypto: dh - Don't permit 'p' to be 0Eric Biggers1-0/+8
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus1-1/+1
2017-10-12crypto: dh - return unsigned int for dh_data_size()Tudor-Dan Ambarus1-1/+1
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus1-2/+2
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+95