aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/security/keys.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-18doc: ReSTify keys.txtKees Cook1-1562/+0
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller1-8/+26
2017-04-04KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau1-0/+25
2017-04-04KEYS: Add an optional lookup_restriction hook to key_typeMat Martineau1-0/+9
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau1-9/+12
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau1-4/+4
2017-04-03KEYS: Use a typedef for restrict_link function pointersMat Martineau1-4/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-2/+15
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller1-1/+4
2016-05-04Merge branch 'keys-trust' into keys-nextDavid Howells1-0/+22
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau1-0/+30
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells1-0/+22
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-16/+25
2015-01-22KEYS: Make /proc/keys unconditional if CONFIG_KEYS=yDavid Howells1-2/+0
2014-09-16KEYS: Update the keyrings documentation for match changesDavid Howells1-13/+52
2014-07-22KEYS: Call ->free_preparse() even after ->preparse() returns an errorDavid Howells1-1/+3
2014-07-22KEYS: Allow expiry time to be set when preparsing a keyDavid Howells1-3/+7
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells1-5/+8
2013-09-24KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells1-4/+3
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells1-1/+49
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells1-0/+17
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-1/+49
2012-05-11KEYS: Add invalidation supportDavid Howells1-0/+17
2012-04-25keys: update the documentation with info about "logon" keysJeff Layton1-1/+13
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+4
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida1-1/+1
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-0/+4
2011-05-19Create Documentation/security/,Randy Dunlap1-0/+1290