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