summaryrefslogtreecommitdiff
path: root/crypto/dh.c
AgeCommit message (Expand)Author
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange
2021-12-11crypto: dh - remove duplicate includesGuo Zhengkui
2021-11-26crypto: dh - limit key size to 2048 in FIPS modeStephan Müller
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationStephan Müller
2020-07-31crypto: dh - check validity of Z before exportStephan Müller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2018-07-20crypto: dh - fix memory leakGustavo A. R. Silva
2018-07-09crypto: dh - add public key verification testStephan Mueller
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers
2017-11-10crypto: dh - Fix double free of ctx->pEric Biggers
2017-06-10crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: dh - fix memleak in setkeyTudor-Dan Ambarus
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto