aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationGravatar Stephan Müller 1-25/+34
2020-07-31crypto: dh - check validity of Z before exportGravatar Stephan Müller 1-0/+29
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2018-07-20crypto: dh - fix memory leakGravatar Gustavo A. R. Silva 1-1/+1
2018-07-09crypto: dh - add public key verification testGravatar Stephan Mueller 1-3/+63
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Gravatar Eric Biggers 1-3/+0
2017-11-10crypto: dh - Fix double free of ctx->pGravatar Eric Biggers 1-20/+13
2017-06-10crypto: dh - comply with crypto_kpp_maxsize()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-06-10crypto: dh - fix memleak in setkeyGravatar Tudor-Dan Ambarus 1-0/+3
2017-06-10crypto: kpp, (ec)dh - fix typosGravatar Tudor-Dan Ambarus 1-2/+2
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Gravatar Eric Biggers 1-1/+2
2016-11-13crypto: dh - Consistenly return negative error codesGravatar Mat Martineau 1-1/+1
2016-07-01crypto: rsa - Generate fixed-length outputGravatar Herbert Xu 1-1/+1
2016-06-23crypto: dh - Add DH software implementationGravatar Salvatore Benedetto 1-0/+189