summaryrefslogtreecommitdiff
path: root/security/keys/trusted-keys/trusted_tpm2.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21KEYS: trusted: Do not use WARN when encode failsJarkko Sakkinen1-1/+2
2024-05-21KEYS: trusted: Fix memory leak in tpm2_key_encode()Jarkko Sakkinen1-6/+18
2024-05-09KEYS: trusted: Add session encryption protection to the seal/unseal pathJames Bottomley1-27/+61
2024-05-09KEYS: trusted: tpm2: Use struct tpm_buf for sized buffersJarkko Sakkinen1-23/+31
2023-07-17security: keys: Modify mismatched function nameJiapeng Chong1-1/+1
2022-06-08KEYS: trusted: tpm2: Fix migratable logicDavid Safford1-2/+2
2021-05-12trusted-keys: match tpm_get_ops on all return pathsBen Boeckel1-3/+3
2021-04-26Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-24/+245
2021-04-22KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley1-1/+1
2021-04-14security: keys: trusted: Make sealed key properly interoperableJames Bottomley1-15/+38
2021-04-14security: keys: trusted: use ASN.1 TPM2 key format for the blobsJames Bottomley1-7/+203
2021-04-14security: keys: trusted: fix TPM2 authorizationsJames Bottomley1-4/+6
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-4/+18
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley1-0/+1
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg1-0/+314