aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh_helper.c
AgeCommit message (Expand)Author
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-08-03crypto: dh - make crypto_dh_encode_key() make robustEric Biggers
2018-08-03crypto: dh - fix calculating encoded key sizeEric Biggers
2018-07-09crypto: dh - add public key verification testStephan Mueller
2017-11-10crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers
2017-11-10crypto: dh - Don't permit 'p' to be 0Eric Biggers
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus
2017-10-12crypto: dh - return unsigned int for dh_data_size()Tudor-Dan Ambarus
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto