aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/dh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name"Lubomir Rintel1-1/+1
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap1-1/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-2/+4
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-1/+1
2018-06-26dh key: fix rounding up KDF output lengthEric Biggers1-2/+4
2018-05-11dh key: get rid of stack allocated array for zeroesTycho Andersen1-3/+3
2018-05-11dh key: get rid of stack allocated arrayTycho Andersen1-19/+10
2017-07-14KEYS: DH: validate __spare fieldEric Biggers1-0/+5
2017-06-09KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau1-102/+170
2017-06-09KEYS: DH: ensure the KDF counter is properly alignedEric Biggers1-13/+3
2017-06-09KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers1-1/+1
2017-06-09KEYS: DH: forbid using digest_null as the KDF hashEric Biggers1-1/+11
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller1-12/+208
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller1-1/+7
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau1-0/+160