summaryrefslogtreecommitdiffstats
path: root/crypto/dh.c
Commit message (Expand)AuthorAgeFilesLines
* 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