aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/dh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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