summaryrefslogtreecommitdiff
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* keys: Do not cache key in task struct if key is requested from kernel threadDavid Howells2023-03-211-3/+6
* Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-25/+5
|\
| * KEYS: DH: Use crypto_wait_reqHerbert Xu2023-02-131-25/+5
* | KEYS: Add new function key_create()Thomas Weißschuh2023-02-131-37/+100
|/
* Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-12-131-3/+3
|\
| * KEYS: encrypted: fix key instantiation with user-provided dataNikolaus Voss2022-10-191-3/+3
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
| |/
* | KEYS: trusted: tee: Make registered shm dependency explicitSumit Garg2022-12-081-1/+2
|/
* Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-1/+1
|\
| * security/keys: Remove inconsistent __user annotationVincenzo Frascino2022-10-051-1/+1
* | KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu2022-09-211-2/+0
|/
* KEYS: trusted: tpm2: Fix migratable logicDavid Safford2022-06-081-2/+2
* Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-245-19/+172
|\
| * KEYS: trusted: Introduce support for NXP CAAM-based trusted keysAhmad Fatoum2022-05-234-2/+97
| * KEYS: trusted: allow use of kernel RNG for key materialAhmad Fatoum2022-05-231-1/+34
| * KEYS: trusted: allow use of TEE as backend without TCG_TPM supportAhmad Fatoum2022-05-234-17/+42
* | big_keys: Use struct for internal payloadKees Cook2022-05-161-37/+36
|/
* Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-14/+9
|\
| * KEYS: trusted: tee: use tee_shm_register_kernel_buf()Jens Wiklander2022-02-161-14/+9
* | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-212-23/+67
|\ \
| * | KEYS: encrypted: Instantiate key with user-provided decrypted dataYael Tzur2022-02-212-23/+67
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-1/+1
|\ \
| * | crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-031-1/+1
| |/
* | KEYS: trusted: Avoid calling null function trusted_key_exitDave Kleikamp2022-03-081-1/+1
* | KEYS: trusted: Fix trusted key backends when building as moduleAndreas Rammhold2022-03-081-2/+2
* | KEYS: fix length validation in keyctl_pkey_params_get_2()Eric Biggers2022-03-081-3/+11
|/
* security: DH - use KDF implementation from crypto APIStephan Müller2021-11-262-92/+19
* security: DH - remove dead code for zero paddingStephan Müller2021-11-261-21/+4
* ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman2021-10-201-0/+8
* trusted-keys: match tpm_get_ops on all return pathsBen Boeckel2021-05-121-3/+3
* KEYS: trusted: Fix memory leak on object tdColin Ian King2021-05-121-3/+5
* Merge tag 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmddLinus Torvalds2021-04-262-13/+16
|\
| * KEYS: trusted: fix TPM trusted keys for generic frameworkJames Bottomley2021-04-212-13/+16
* | Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-267-327/+1038
|\ \ | |/
| * KEYS: trusted: Fix missing null return from kzalloc callColin Ian King2021-04-141-2/+4
| * KEYS: trusted: Introduce TEE based Trusted KeysSumit Garg2021-04-143-0/+324
| * KEYS: trusted: Add generic trusted keys frameworkSumit Garg2021-04-143-297/+424
| * security: keys: trusted: Make sealed key properly interoperableJames Bottomley2021-04-141-15/+38
| * security: keys: trusted: use ASN.1 TPM2 key format for the blobsJames Bottomley2021-04-145-8/+221
| * security: keys: trusted: fix TPM2 authorizationsJames Bottomley2021-04-142-10/+32
* | KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley2021-04-211-1/+1
|/
* Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-237-18/+16
|\
| * certs: Fix blacklist flag type confusionDavid Howells2021-01-211-0/+2
| * KEYS: remove redundant memsetTom Rix2021-01-211-2/+0
| * security: keys: delete repeated words in commentsRandy Dunlap2021-01-212-3/+3
| * security/keys: use kvfree_sensitive()Denis Efremov2021-01-211-6/+3
| * watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-01-211-4/+4
| * keys: Remove outdated __user annotationsJann Horn2021-01-211-3/+3
| * security: keys: Fix fall-through warnings for ClangGustavo A. R. Silva2021-01-211-0/+1