aboutsummaryrefslogtreecommitdiff
path: root/security/keys/dh.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13KEYS: DH: Use crypto_wait_reqGravatar Herbert Xu 1-25/+5
2022-03-03crypto: dh - constify struct dh's pointer membersGravatar Nicolai Stange 1-1/+1
2021-11-26security: DH - use KDF implementation from crypto APIGravatar Stephan Müller 1-91/+18
2021-11-26security: DH - remove dead code for zero paddingGravatar Stephan Müller 1-21/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-7/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Gravatar Lubomir Rintel 1-1/+1
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameGravatar Randy Dunlap 1-1/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 1-2/+4
2018-07-09crypto: remove redundant type flags from tfm allocationGravatar Eric Biggers 1-1/+1
2018-06-26dh key: fix rounding up KDF output lengthGravatar Eric Biggers 1-2/+4
2018-05-11dh key: get rid of stack allocated array for zeroesGravatar Tycho Andersen 1-3/+3
2018-05-11dh key: get rid of stack allocated arrayGravatar Tycho Andersen 1-19/+10
2017-07-14KEYS: DH: validate __spare fieldGravatar Eric Biggers 1-0/+5
2017-06-09KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIGravatar Mat Martineau 1-102/+170
2017-06-09KEYS: DH: ensure the KDF counter is properly alignedGravatar Eric Biggers 1-13/+3
2017-06-09KEYS: DH: don't feed uninitialized "otherinfo" into KDFGravatar Eric Biggers 1-1/+1
2017-06-09KEYS: DH: forbid using digest_null as the KDF hashGravatar Eric Biggers 1-1/+11
2017-04-04KEYS: add SP800-56A KDF support for DHGravatar Stephan Mueller 1-12/+208
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2016-06-03KEYS: Add placeholder for KDF usage with DHGravatar Stephan Mueller 1-1/+7
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandGravatar Mat Martineau 1-0/+160