summaryrefslogtreecommitdiffstats
path: root/security/keys
AgeCommit message (Expand)Author
2017-06-14KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers
2017-06-14KEYS: fix freeing uninitialized memory in key_update()Eric Biggers
2017-06-14KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers
2017-04-18KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers
2017-04-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-04-18KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-10KEYS: Use memzero_explicit() for secret dataDan Carpenter
2017-02-10KEYS: Fix an error code in request_master_key()Dan Carpenter
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-10-27security/keys: make BIG_KEYS dependent on stdrng.Artem Savkov
2016-10-27KEYS: Sort out big_key initialisationDavid Howells
2016-10-27KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells
2016-09-22KEYS: Fix skcipher IV clobberingHerbert Xu
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-06-24KEYS: Use skcipher for big keysHerbert Xu
2016-06-16KEYS: potential uninitialized variableDan Carpenter
2016-06-14KEYS: Strip trailing spacesDavid 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-12Security: Keys: Big keys stored encryptedKirill Marinushkin
2016-04-12KEYS: user_update should use copy of payload made during preparsingDavid Howells
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-04Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2016-02-18security/keys: make big_key.c explicitly non-modularPaul Gortmaker
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells
2016-01-28KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells
2016-01-27KEYS: Use skcipherHerbert Xu
2016-01-20KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris
2016-01-07KEYS: refcount bug fixMimi Zohar
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen
2015-12-20keys, trusted: fix: *do not* allow duplicate key optionsJarkko Sakkinen
2015-12-19KEYS: Fix race between read and revokeDavid Howells