Re: [PATCH v4 0/4] Introduce TEE based Trusted Keys support

2020-05-12 Thread Sumit Garg
On Wed, 6 May 2020 at 15:10, 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 patch-set has been test

[PATCH v4 0/4] Introduce TEE based Trusted Keys support

2020-05-06 Thread Sumit Garg
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 patch-set has been tested with OP-TEE based early TA which can be found here [1].