summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* 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
| * | keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2015-12-202-1/+27
| * | keys, trusted: fix: *do not* allow duplicate key optionsJarkko Sakkinen2015-12-201-0/+3
| |/
* | KEYS: Fix race between read and revokeDavid Howells2015-12-191-9/+9
* | KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells2015-11-253-2/+10
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-0513-88/+116
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-2112-66/+81
| * keys: Be more consistent in selection of union members usedInsu Yun2015-10-211-1/+1
| * KEYS: use kvfree() in add_keyGeliang Tang2015-10-211-7/+1
| * keys, trusted: seal/unseal with TPM 2.0 chipsJarkko Sakkinen2015-10-191-3/+33
| * keys, trusted: move struct trusted_key_options to trusted-type.hJarkko Sakkinen2015-10-191-11/+0
* | KEYS: Don't permit request_key() to construct a new keyringDavid Howells2015-10-191-0/+3
* | KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells2015-10-151-2/+4
|/
* KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells2015-09-251-4/+4
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-041-0/+1
* KEYS: ensure we free the assoc array edit if edit is validColin Ian King2015-07-281-3/+5
* switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-113-72/+40
* Don't leak a key reference if request_key() tries to use a revoked keyringDavid Jeffery2015-02-161-0/+1
OpenPOWER on IntegriCloud