Re: [Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-15 Thread Sumit Garg
On Tue, 15 Oct 2019 at 01:46, Jarkko Sakkinen wrote: > > On Fri, Oct 11, 2019 at 02:05:17PM -0700, Jerry Snitselaar wrote: > > On Fri Oct 11 19, Jarkko Sakkinen wrote: > > > On Mon, Oct 07, 2019 at 10:55:31AM +0530, Sumit Garg wrote: > > > > This patch-set does restructuring of trusted keys code t

Re: [Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-15 Thread Sumit Garg
On Tue, 15 Oct 2019 at 01:04, Jarkko Sakkinen wrote: > > On Fri, Oct 11, 2019 at 03:37:57PM +0300, Jarkko Sakkinen wrote: > > On Mon, Oct 07, 2019 at 10:55:31AM +0530, Sumit Garg wrote: > > > This patch-set does restructuring of trusted keys code to create and > > > consolidate trusted keys subsys

Re: [Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-14 Thread Jarkko Sakkinen
On Fri, Oct 11, 2019 at 02:05:17PM -0700, Jerry Snitselaar wrote: > On Fri Oct 11 19, Jarkko Sakkinen wrote: > > On Mon, Oct 07, 2019 at 10:55:31AM +0530, Sumit Garg wrote: > > > This patch-set does restructuring of trusted keys code to create and > > > consolidate trusted keys subsystem. > > > >

Re: [Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-14 Thread Jarkko Sakkinen
On Fri, Oct 11, 2019 at 03:37:57PM +0300, Jarkko Sakkinen wrote: > On Mon, Oct 07, 2019 at 10:55:31AM +0530, Sumit Garg wrote: > > This patch-set does restructuring of trusted keys code to create and > > consolidate trusted keys subsystem. > > > > Also, patch #2 replaces tpm1_buf code used in secu

Re: [Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-11 Thread Jerry Snitselaar
On Fri Oct 11 19, Jarkko Sakkinen wrote: On Mon, Oct 07, 2019 at 10:55:31AM +0530, Sumit Garg wrote: This patch-set does restructuring of trusted keys code to create and consolidate trusted keys subsystem. Also, patch #2 replaces tpm1_buf code used in security/keys/trusted.c and crypto/asymmert

Re: [Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-11 Thread Jarkko Sakkinen
On Mon, Oct 07, 2019 at 10:55:31AM +0530, Sumit Garg wrote: > This patch-set does restructuring of trusted keys code to create and > consolidate trusted keys subsystem. > > Also, patch #2 replaces tpm1_buf code used in security/keys/trusted.c and > crypto/asymmertic_keys/asym_tpm.c files to use th

[Patch v7 0/4] Create and consolidate trusted keys subsystem

2019-10-06 Thread Sumit Garg
This patch-set does restructuring of trusted keys code to create and consolidate trusted keys subsystem. Also, patch #2 replaces tpm1_buf code used in security/keys/trusted.c and crypto/asymmertic_keys/asym_tpm.c files to use the common tpm_buf code. Changes in v7: 1. Rebased to top of tpmdd/mast