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