Re: [PATCH v6 1/4] KEYS: trusted: Add generic trusted keys framework

2020-09-18 Thread Sumit Garg
On Thu, 17 Sep 2020 at 21:55, Jarkko Sakkinen wrote: > > On Thu, Sep 17, 2020 at 07:21:49PM +0300, Jarkko Sakkinen wrote: > > On Thu, Sep 17, 2020 at 07:16:35PM +0530, Sumit Garg wrote: > > > Current trusted keys framework is tightly coupled to use TPM device as > > > an underlying implementation

Re: [PATCH v6 1/4] KEYS: trusted: Add generic trusted keys framework

2020-09-17 Thread Jarkko Sakkinen
On Thu, Sep 17, 2020 at 07:21:49PM +0300, Jarkko Sakkinen wrote: > On Thu, Sep 17, 2020 at 07:16:35PM +0530, Sumit Garg wrote: > > Current trusted keys framework is tightly coupled to use TPM device as > > an underlying implementation which makes it difficult for implementations > > like Trusted Ex

Re: [PATCH v6 1/4] KEYS: trusted: Add generic trusted keys framework

2020-09-17 Thread Jarkko Sakkinen
On Thu, Sep 17, 2020 at 07:16:35PM +0530, Sumit Garg wrote: > Current trusted keys framework is tightly coupled to use TPM device as > an underlying implementation which makes it difficult for implementations > like Trusted Execution Environment (TEE) etc. to provide trusted keys > support in case

[PATCH v6 1/4] KEYS: trusted: Add generic trusted keys framework

2020-09-17 Thread Sumit Garg
Current trusted keys framework is tightly coupled to use TPM device as an underlying implementation which makes it difficult for implementations like Trusted Execution Environment (TEE) etc. to provide trusted keys support in case platform doesn't posses a TPM device. So this patch tries to add ge