aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/dh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01crypto: dh - Make public key test FIPS-onlyHerbert Xu1-28/+29
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu1-3/+2
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu1-1/+3
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng1-2/+2
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong1-6/+0
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange1-11/+29
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange1-7/+8
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange1-3/+137
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange1-1/+297
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange1-0/+208
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange1-6/+0
2021-12-11crypto: dh - remove duplicate includesGuo Zhengkui1-1/+0
2021-11-26crypto: dh - limit key size to 2048 in FIPS modeStephan Müller1-0/+4
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationStephan Müller1-25/+34
2020-07-31crypto: dh - check validity of Z before exportStephan Müller1-0/+29
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2018-07-20crypto: dh - fix memory leakGustavo A. R. Silva1-1/+1
2018-07-09crypto: dh - add public key verification testStephan Mueller1-3/+63
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers1-3/+0
2017-11-10crypto: dh - Fix double free of ctx->pEric Biggers1-20/+13
2017-06-10crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-1/+1
2017-06-10crypto: dh - fix memleak in setkeyTudor-Dan Ambarus1-0/+3
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus1-2/+2
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers1-1/+2
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau1-1/+1
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu1-1/+1
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+189