summaryrefslogtreecommitdiff
path: root/security/keys/dh.c
AgeCommit message (Expand)Author
2023-02-13KEYS: DH: Use crypto_wait_reqHerbert Xu
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange
2021-11-26security: DH - use KDF implementation from crypto APIStephan Müller
2021-11-26security: DH - remove dead code for zero paddingStephan Müller
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
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