summaryrefslogtreecommitdiffstats
path: root/crypto/dh.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: dh - Make public key test FIPS-onlyHerbert Xu2024-03-011-28/+29
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-3/+2
* crypto: dh - Use helper to set reqsizeHerbert Xu2022-12-021-1/+3
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-241-2/+2
* crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong2022-03-141-6/+0
* crypto: dh - calculate Q from P for the full public key verificationNicolai Stange2022-03-031-11/+29
* crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange2022-03-031-7/+8
* crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange2022-03-031-3/+137
* crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange2022-03-031-1/+297
* crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange2022-03-031-0/+208
* crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-031-6/+0
* crypto: dh - remove duplicate includesGuo Zhengkui2021-12-111-1/+0
* crypto: dh - limit key size to 2048 in FIPS modeStephan Müller2021-11-261-0/+4
* crypto: dh - SP800-56A rev 3 local public key validationStephan Müller2020-07-311-25/+34
* crypto: dh - check validity of Z before exportStephan Müller2020-07-311-0/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: dh - fix memory leakGustavo A. R. Silva2018-07-201-1/+1
* crypto: dh - add public key verification testStephan Mueller2018-07-091-3/+63
* crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-101-3/+0
* crypto: dh - Fix double free of ctx->pEric Biggers2017-11-101-20/+13
* crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-1/+1
* crypto: dh - fix memleak in setkeyTudor-Dan Ambarus2017-06-101-0/+3
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-2/+2
* crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-1/+2
* crypto: dh - Consistenly return negative error codesMat Martineau2016-11-131-1/+1
* crypto: rsa - Generate fixed-length outputHerbert Xu2016-07-011-1/+1
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+189