aboutsummaryrefslogtreecommitdiff
path: root/security/keys/dh.c
AgeCommit message (Expand)Author
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers
2018-06-26dh key: fix rounding up KDF output lengthEric Biggers
2018-05-11dh key: get rid of stack allocated array for zeroesTycho Andersen
2018-05-11dh key: get rid of stack allocated arrayTycho Andersen
2017-07-14KEYS: DH: validate __spare fieldEric Biggers
2017-06-09KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau
2017-06-09KEYS: DH: ensure the KDF counter is properly alignedEric Biggers
2017-06-09KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers
2017-06-09KEYS: DH: forbid using digest_null as the KDF hashEric Biggers
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau