aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
5 daysMerge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-24/+30
5 daysMerge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-53/+106
9 daysKEYS: trusted: Add session encryption protection to the seal/unseal pathGravatar James Bottomley 1-27/+61
9 daysKEYS: trusted: tpm2: Use struct tpm_buf for sized buffersGravatar Jarkko Sakkinen 1-23/+31
9 daystpm: Store the length of the tpm_buf data separately.Gravatar Jarkko Sakkinen 1-4/+5
9 daystpm: Remove tpm_send()Gravatar Jarkko Sakkinen 1-2/+12
9 daysdocs: trusted-encrypted: add DCP as new trust sourceGravatar David Gstir 1-0/+19
9 daysKEYS: trusted: Introduce NXP DCP-backed trusted keysGravatar David Gstir 4-1/+328
9 daysKEYS: trusted: improve scalability of trust source configGravatar David Gstir 1-2/+8
9 dayskeys: Fix overwrite of key expiration on instantiationGravatar Silvio Gissi 1-1/+2
9 dayskeys: update key quotas in key_put()Gravatar Luis Henriques 3-23/+28
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2024-02-15ima: Move to LSM infrastructureGravatar Roberto Sassu 1-8/+1
2024-02-15security: Introduce key_post_create_or_update hookGravatar Roberto Sassu 1-1/+6
2024-01-24Revert "KEYS: encrypted: Add check for strsep"Gravatar Mimi Zohar 1-4/+0
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-0/+4
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+2
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryGravatar David Howells 4-22/+37
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Gravatar Jens Axboe 1-2/+2
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Gravatar Jens Axboe 1-2/+1
2023-11-27KEYS: encrypted: Add check for strsepGravatar Chen Ni 1-0/+4
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-10-24keys: Remove unused extern declarationsGravatar YueHaibing 1-7/+0
2023-10-24KEYS: trusted: tee: Refactor register SHM usageGravatar Sumit Garg 1-44/+20
2023-10-24KEYS: trusted: Rollback init_trusted() consistentlyGravatar Jarkko Sakkinen 1-10/+10
2023-10-11security/keys: export key_lookup()Gravatar Hannes Reinecke 1-0/+1
2023-10-10KEYS: trusted: Remove redundant static calls usageGravatar Sumit Garg 1-8/+5
2023-09-15KEYS: encrypted: Do not include crypto/algapi.hGravatar Herbert Xu 1-1/+1
2023-08-17KEYS: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-08-07sysctl: set variable key_sysctls storage-class-specifier to staticGravatar Tom Rix 1-1/+1
2023-07-28security: keys: perform capable check only on privileged operationsGravatar Christian Göttsche 1-3/+8
2023-07-17security: keys: Modify mismatched function nameGravatar Jiapeng Chong 1-1/+1
2023-07-17keys: Fix linking a duplicate key to a keyring's assoc_arrayGravatar Petr Pavlu 1-11/+24
2023-06-08sysctl: move security keys sysctl registration to its own fileGravatar Luis Chamberlain 1-0/+7
2023-03-21keys: Do not cache key in task struct if key is requested from kernel threadGravatar David Howells 1-3/+6
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-25/+5
2023-02-13KEYS: DH: Use crypto_wait_reqGravatar Herbert Xu 1-25/+5
2023-02-13KEYS: Add new function key_create()Gravatar Thomas Weißschuh 1-37/+100
2022-12-13Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-3/+3
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2022-12-08KEYS: trusted: tee: Make registered shm dependency explicitGravatar Sumit Garg 1-1/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-10-19KEYS: encrypted: fix key instantiation with user-provided dataGravatar Nikolaus Voss 1-3/+3
2022-10-10Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-10-05security/keys: Remove inconsistent __user annotationGravatar Vincenzo Frascino 1-1/+1
2022-09-21KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLGravatar Roberto Sassu 1-2/+0
2022-06-08KEYS: trusted: tpm2: Fix migratable logicGravatar David Safford 1-2/+2
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-19/+172