summaryrefslogtreecommitdiffstats
path: root/security/keys/dh.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-251-1/+1
* uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2018-09-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-2/+4
|\
| * dh key: fix rounding up KDF output lengthEric Biggers2018-06-261-2/+4
* | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-081-1/+1
|/
* dh key: get rid of stack allocated array for zeroesTycho Andersen2018-05-111-3/+3
* dh key: get rid of stack allocated arrayTycho Andersen2018-05-111-19/+10Star
* KEYS: DH: validate __spare fieldEric Biggers2017-07-141-0/+5
* KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2017-06-091-102/+170
* KEYS: DH: ensure the KDF counter is properly alignedEric Biggers2017-06-091-13/+3Star
* KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers2017-06-091-1/+1
* KEYS: DH: forbid using digest_null as the KDF hashEric Biggers2017-06-091-1/+11
* KEYS: add SP800-56A KDF support for DHStephan Mueller2017-04-041-12/+208
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
* KEYS: Add placeholder for KDF usage with DHStephan Mueller2016-06-031-1/+7
* KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau2016-04-121-0/+160