summaryrefslogtreecommitdiffstats
path: root/security/keys/encrypted-keys
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-032-2/+2
|\
| * doc: ReSTify keys-trusted-encrypted.txtKees Cook2017-05-182-2/+2
* | KEYS: encrypted: sanitize all key materialEric Biggers2017-06-091-18/+13
* | KEYS: encrypted: use constant-time HMAC comparisonEric Biggers2017-06-091-2/+3
* | KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers2017-06-091-83/+32
* | KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers2017-06-091-16/+15
* | KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers2017-06-091-8/+9
* | KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring2017-06-091-3/+2
|/
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-2/+2
* KEYS: Use memzero_explicit() for secret dataDan Carpenter2017-02-101-1/+1
* KEYS: Fix an error code in request_master_key()Dan Carpenter2017-02-101-1/+1
* KEYS: Fix skcipher IV clobberingHerbert Xu2016-09-221-4/+7
* KEYS: Use skcipherHerbert Xu2016-01-271-32/+50
* KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells2015-11-251-0/+2
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-213-13/+13
* KEYS: Fix stale key registration at error pathTakashi Iwai2014-12-061-1/+4
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* KEYS: revert encrypted key changeMimi Zohar2014-07-281-1/+1
* KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells2014-07-221-1/+1
* security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-061-1/+1
* KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-7/+9
* encrypted-keys: fix rcu and sparse messagesMimi Zohar2012-01-182-2/+2
* keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar2012-01-182-2/+4
* encrypted-keys: module build fixesMimi Zohar2011-11-162-3/+8
* encrypted-keys: fix error return codeMimi Zohar2011-11-161-1/+1
* security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-1/+1
* encrypted-keys: check hex2bin resultMimi Zohar2011-09-201-3/+11
* encrypted-keys: IS_ERR need include/err.hStephen Rothwell2011-09-151-0/+1
* encrypted-keys: remove trusted-keys dependencyMimi Zohar2011-09-144-27/+64
* encrypted-keys: create encrypted-keys directoryMimi Zohar2011-09-145-0/+1219
OpenPOWER on IntegriCloud