aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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