On Thu, 2019-06-13 at 09:40 -0700, Casey Schaufler wrote:
On 6/13/2019 3:30 AM, Sumit Garg wrote:
Add support for TEE based trusted keys where TEE provides the functionality to seal and unseal trusted keys using hardware unique key. Also, this is an alternative in case platform doesn't possess a TPM device.
This series also adds some TEE features like:
Please expand the acronym TEE on first use. That will help people who don't work with it on a daily basis understand what you're going on about.
Thanks, Casey.
"[6/7] doc: keys: Document usage of TEE based Trusted Keys" refers to the kernel tee documentation, but that documentation is limited to userspace interaction with the tee.
A trusted key is a random number generated and sealed(encrypted) by the TPM, so that only the TPM may unseal it. The sealing key never leaves the TPM. The sealed, trusted key may be exported to userspace. In the tee case, can the "sealing" key ever leave the tee? Can the sealed, trusted key, exported to userspace, be unsealed by the tee? Are the tee security protections similar to those of the TPM? How do they compare?
Mimi
Patch #1, #2 enables support for registered kernel shared memory with TEE.
Patch #3 enables support for private kernel login method required for cases like trusted keys where we don't wan't user-space to directly access TEE service to retrieve trusted key contents.
Rest of the patches from #4 to #7 adds support for TEE based trusted keys.
This patch-set has been tested with OP-TEE based pseudo TA which can be found here [1].
Looking forward to your valuable feedback/suggestions.