summaryrefslogtreecommitdiffstats
path: root/crypto/dh_helper.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: dh - make crypto_dh_encode_key() make robustEric Biggers2018-08-031-14/+16
* crypto: dh - fix calculating encoded key sizeEric Biggers2018-08-031-1/+1
* crypto: dh - add public key verification testStephan Mueller2018-07-091-3/+12
* crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-101-0/+8
* crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-101-0/+8
* crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
* crypto: dh - return unsigned int for dh_data_size()Tudor-Dan Ambarus2017-10-121-1/+1
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-2/+2
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+95