Re: [RFC/RFT] KEYS: trusted: Add generic trusted keys framework

2019-07-11 Thread Sumit Garg
On Fri, 12 Jul 2019 at 00:52, Jarkko Sakkinen wrote: > > On Fri, Jul 05, 2019 at 08:02:34PM +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 E

Re: [RFC/RFT] KEYS: trusted: Add generic trusted keys framework

2019-07-11 Thread Jarkko Sakkinen
On Fri, Jul 05, 2019 at 08:02:34PM +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 trusked keys > support in case

[RFC/RFT] KEYS: trusted: Add generic trusted keys framework

2019-07-05 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 trusked keys support in case platform doesn't posses a TPM device. So this patch tries to add ge