index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
dh.c
Age
Commit message (
Expand
)
Author
2020-07-31
crypto: dh - SP800-56A rev 3 local public key validation
Stephan Müller
2020-07-31
crypto: dh - check validity of Z before export
Stephan Müller
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-07-20
crypto: dh - fix memory leak
Gustavo A. R. Silva
2018-07-09
crypto: dh - add public key verification test
Stephan Mueller
2017-11-10
crypto: dh - Remove pointless checks for NULL 'p' and 'g'
Eric Biggers
2017-11-10
crypto: dh - Fix double free of ctx->p
Eric Biggers
2017-06-10
crypto: dh - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
2017-06-10
crypto: dh - fix memleak in setkey
Tudor-Dan Ambarus
2017-06-10
crypto: kpp, (ec)dh - fix typos
Tudor-Dan Ambarus
2017-03-09
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
Eric Biggers
2016-11-13
crypto: dh - Consistenly return negative error codes
Mat Martineau
2016-07-01
crypto: rsa - Generate fixed-length output
Herbert Xu
2016-06-23
crypto: dh - Add DH software implementation
Salvatore Benedetto