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

2020-12-08 Thread Sumit Garg
Hi Jarkko, Apologies for the delay in my response as I was busy with other high priority work. On Fri, 4 Dec 2020 at 10:46, Jarkko Sakkinen wrote: > > On Fri, Nov 06, 2020 at 04:52:52PM +0200, Jarkko Sakkinen wrote: > > On Fri, Nov 06, 2020 at 03:02:41PM +0530, Sumit Garg wrote: > > > On Thu, 5

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

2020-12-03 Thread Jarkko Sakkinen
On Fri, Nov 06, 2020 at 04:52:52PM +0200, Jarkko Sakkinen wrote: > On Fri, Nov 06, 2020 at 03:02:41PM +0530, Sumit Garg wrote: > > On Thu, 5 Nov 2020 at 10:37, Jarkko Sakkinen wrote: > > > > > > On Tue, Nov 03, 2020 at 09:31:42PM +0530, Sumit Garg wrote: > > > > Add support for TEE based trusted k

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

2020-11-06 Thread Jarkko Sakkinen
On Fri, Nov 06, 2020 at 03:02:41PM +0530, Sumit Garg wrote: > On Thu, 5 Nov 2020 at 10:37, Jarkko Sakkinen wrote: > > > > On Tue, Nov 03, 2020 at 09:31:42PM +0530, Sumit Garg wrote: > > > Add support for TEE based trusted keys where TEE provides the > > > functionality > > > to seal and unseal tr

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

2020-11-06 Thread Sumit Garg
On Thu, 5 Nov 2020 at 10:37, Jarkko Sakkinen wrote: > > On Tue, Nov 03, 2020 at 09:31:42PM +0530, 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 cas

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

2020-11-04 Thread Jarkko Sakkinen
On Tue, Nov 03, 2020 at 09:31:42PM +0530, 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 ha