summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker2024-08-191-1/+1
* keys: Fix overwrite of key expiration on instantiationSilvio Gissi2024-05-171-1/+2
* keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2024-01-054-22/+37
* security: keys: perform capable check only on privileged operationsChristian Göttsche2023-09-191-3/+8
* security: keys: Modify mismatched function nameJiapeng Chong2023-07-271-1/+1
* keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu2023-07-271-11/+24
* keys: Do not cache key in task struct if key is requested from kernel threadDavid Howells2023-04-051-3/+6
* KEYS: fix length validation in keyctl_pkey_params_get_2()Eric Biggers2022-04-081-3/+11
* KEYS: trusted: Fix memory leak on object tdColin Ian King2021-05-191-3/+5
* security: keys: trusted: fix TPM2 authorizationsJames Bottomley2021-05-142-10/+32
* KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley2021-04-281-1/+1
* KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen2021-03-041-4/+18
* KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen2021-03-041-1/+1
* KEYS: trusted: Fix incorrect handling of tpm_get_random()Jarkko Sakkinen2021-03-041-3/+17
* certs: Fix blacklist flag type confusionDavid Howells2021-03-041-0/+2
* watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-03-041-4/+4
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-123-41/+3
|\
| * security/keys: remove compat_keyctl_instantiate_key_iovChristoph Hellwig2020-10-033-40/+3
| * iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-3/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-7/+7
|/
* Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds2020-08-114-4/+4
|\
| * Replace HTTP links with HTTPS ones: securityAlexander A. Klimov2020-08-064-4/+4
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-075-37/+37
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-1310-69/+240
|\ \
| * | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-194-42/+59
| * | watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-198-27/+181
| |/
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-042-22/+5
|\ \
| * | mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-042-22/+5
* | | Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-042-209/+52
|\ \ \ | |/ / |/| |
| * | keys: Implement update for the big_key typeDavid Howells2020-06-021-1/+18
| * | security/keys: rewrite big_key crypto to use library interfaceJason A. Donenfeld2020-06-022-209/+35
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-15/+3
|\ \ | |/ |/|
| * KEYS: encrypted: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-15/+3
* | keys: Fix proc_keys_next to increase position indexVasily Averin2020-04-161-0/+2
|/
* Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-048-52/+113
|\
| * KEYS: Avoid false positive ENOMEM error on key readWaiman Long2020-03-292-15/+55
| * KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-297-51/+72
* | KEYS: reaching the keys quotas correctlyYang Xu2020-03-152-3/+3
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-281-0/+10
|\
| * KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian2019-12-121-0/+10
* | security: keys: trusted: fix lost handle flushJames Bottomley2019-12-171-0/+1
* | KEYS: remove CONFIG_KEYS_COMPATEric Biggers2019-12-124-12/+3
|/
* KEYS: trusted: Remove set but not used variable 'keyhndl'zhengbin2019-11-121-2/+0
* KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-123-2/+317
* KEYS: trusted: Create trusted keys subsystemSumit Garg2019-11-123-2/+9
* KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg2019-11-121-55/+43
* tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-6/+6
* KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-0/+5