summaryrefslogtreecommitdiff
path: root/security/keys/encrypted-keys
AgeCommit message (Expand)Author
2017-06-09KEYS: encrypted: sanitize all key materialEric Biggers
2017-06-09KEYS: encrypted: use constant-time HMAC comparisonEric Biggers
2017-06-09KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers
2017-06-09KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers
2017-06-09KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers
2017-06-09KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-10KEYS: Use memzero_explicit() for secret dataDan Carpenter
2017-02-10KEYS: Fix an error code in request_master_key()Dan Carpenter
2016-09-22KEYS: Fix skcipher IV clobberingHerbert Xu
2016-01-27KEYS: Use skcipherHerbert Xu
2015-11-25KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2014-12-06KEYS: Fix stale key registration at error pathTakashi Iwai
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells
2014-07-28KEYS: revert encrypted key changeMimi Zohar
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar
2011-11-16encrypted-keys: module build fixesMimi Zohar
2011-11-16encrypted-keys: fix error return codeMimi Zohar
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-09-20encrypted-keys: check hex2bin resultMimi Zohar
2011-09-15encrypted-keys: IS_ERR need include/err.hStephen Rothwell
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar