Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KEYS: DH: validate __spare field | Eric Biggers | 2017-07-14 | 1 | -0/+5 |
* | KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API | Mat Martineau | 2017-06-09 | 1 | -102/+170 |
* | KEYS: DH: ensure the KDF counter is properly aligned | Eric Biggers | 2017-06-09 | 1 | -13/+3 |
* | KEYS: DH: don't feed uninitialized "otherinfo" into KDF | Eric Biggers | 2017-06-09 | 1 | -1/+1 |
* | KEYS: DH: forbid using digest_null as the KDF hash | Eric Biggers | 2017-06-09 | 1 | -1/+11 |
* | KEYS: add SP800-56A KDF support for DH | Stephan Mueller | 2017-04-04 | 1 | -12/+208 |
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() | David Howells | 2017-03-02 | 1 | -1/+1 |
* | KEYS: Add placeholder for KDF usage with DH | Stephan Mueller | 2016-06-03 | 1 | -1/+7 |
* | KEYS: Add KEYCTL_DH_COMPUTE command | Mat Martineau | 2016-04-12 | 1 | -0/+160 |