aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/encrypted-keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells1-0/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells3-13/+13
2014-12-06KEYS: Fix stale key registration at error pathTakashi Iwai1-1/+4
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-1/+0
2014-07-28KEYS: revert encrypted key changeMimi Zohar1-1/+1
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells1-1/+1
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-7/+9
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar2-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar2-2/+4
2011-11-16encrypted-keys: module build fixesMimi Zohar2-3/+8
2011-11-16encrypted-keys: fix error return codeMimi Zohar1-1/+1
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-1/+1
2011-09-20encrypted-keys: check hex2bin resultMimi Zohar1-3/+11
2011-09-15encrypted-keys: IS_ERR need include/err.hStephen Rothwell1-0/+1
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar4-27/+64
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar5-0/+1219