summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-11-181-0/+4
* KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers2017-11-151-11/+12
* KEYS: trusted: sanitize all key materialEric Biggers2017-11-151-28/+22
* KEYS: return full count in keyring_read() if buffer is too smallEric Biggers2017-11-081-20/+19
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-2712-39/+49
* KEYS: don't let add_key() update an uninstantiated keyDavid Howells2017-10-271-0/+10
* KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+7
* KEYS: prevent KEYCTL_READ on negative keyEric Biggers2017-10-051-0/+5
* KEYS: prevent creating a different user's keyringsEric Biggers2017-10-054-12/+21
* KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers2017-10-051-9/+5
* security/keys: rewrite all of big_key cryptoJason A. Donenfeld2017-10-052-71/+59
* security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld2017-10-051-6/+6
* KEYS: Fix an error code in request_master_key()Dan Carpenter2017-07-121-1/+1
* KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers2017-06-141-8/+9
* KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-141-3/+2
* KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-141-2/+2
* KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-04-272-24/+31
* KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells2017-04-271-1/+1
* KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells2017-04-271-2/+7
* security/keys: make BIG_KEYS dependent on stdrng.Artem Savkov2016-10-271-1/+1
* KEYS: Sort out big_key initialisationDavid Howells2016-10-271-27/+32
* KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells2016-10-271-1/+1
* KEYS: Fix skcipher IV clobberingHerbert Xu2016-09-221-4/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-292-2/+2
|\
| * KEYS: Strip trailing spacesDavid Howells2016-06-142-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-261-12/+18
|\ \
| * | KEYS: Use skcipher for big keysHerbert Xu2016-06-241-12/+18
* | | KEYS: potential uninitialized variableDan Carpenter2016-06-161-1/+1
| |/ |/|
* | KEYS: Add placeholder for KDF usage with DHStephan Mueller2016-06-034-6/+13
|/
* Merge branch 'keys-trust' into keys-nextDavid Howells2016-05-046-28/+86
|\
| * KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-112-37/+3
| * KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-116-25/+117
* | KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau2016-04-126-0/+193
* | Security: Keys: Big keys stored encryptedKirill Marinushkin2016-04-122-18/+184
* | KEYS: user_update should use copy of payload made during preparsingDavid Howells2016-04-121-31/+11
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-173-20/+8
|\
| * Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-03-042-14/+3
| |\
| | * security/keys: make big_key.c explicitly non-modularPaul Gortmaker2016-02-181-14/+1
| | * KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells2016-02-091-0/+2
| * | tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen2016-02-101-6/+5
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-32/+50
|\ \ | |/ |/|
| * KEYS: Use skcipherHerbert Xu2016-01-271-32/+50
* | KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells2016-01-281-1/+2
|/
* KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats2016-01-201-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-174-10/+101
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2016-01-102-12/+8
| |\
| | * KEYS: refcount bug fixMimi Zohar2016-01-072-12/+8
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2015-12-262-11/+51
| |\|
| | * KEYS: prevent keys from being removed from specified keyringsMimi Zohar2015-12-152-11/+51
| * | keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen2015-12-201-0/+26