summaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)Author
2020-04-24KEYS: reaching the keys quotas correctlyYang Xu
2020-01-29keys: Timestamp new keysDavid Howells
2019-09-21keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton
2019-03-19KEYS: restrict /proc/keys by credentials at open timeEric Biggers
2019-02-27KEYS: always initialize keyring_index_key::desc_lenEric Biggers
2019-02-27KEYS: allow reaching the keys quotas exactlyEric Biggers
2018-02-25security/keys: BIG_KEY requires CONFIG_CRYPTOArnd Bergmann
2018-02-13KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers
2017-12-14KEYS: add missing permission check for request_key() destinationEric Biggers
2017-11-18security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni
2017-11-15KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2017-11-15KEYS: trusted: sanitize all key materialEric Biggers
2017-11-08KEYS: return full count in keyring_read() if buffer is too smallEric Biggers
2017-10-27KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-10-27KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-10-27KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2017-10-05KEYS: prevent KEYCTL_READ on negative keyEric Biggers
2017-10-05KEYS: prevent creating a different user's keyringsEric Biggers
2017-10-05KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers
2017-10-05security/keys: rewrite all of big_key cryptoJason A. Donenfeld
2017-10-05security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld
2017-07-12KEYS: Fix an error code in request_master_key()Dan Carpenter
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-27KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers
2017-04-27KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-04-27KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells
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