Re: [PATCH v17 10/20] tpm2: Add TPM Software Stack (TSS)

2024-06-18 Thread Gary Lin via Grub-devel
On Tue, Jun 18, 2024 at 05:41:13PM +0200, Daniel Kiper wrote: > On Fri, Jun 14, 2024 at 02:45:43PM +0800, Gary Lin wrote: > > From: Hernan Gatta > > > > A Trusted Platform Module (TPM) Software Stack (TSS) provides logic to > > compose and submit TPM commands and parse reponses. > > > > A limited

Re: [PATCH v17 10/20] tpm2: Add TPM Software Stack (TSS)

2024-06-18 Thread Gary Lin via Grub-devel
On Tue, Jun 18, 2024 at 03:30:03PM +0200, Daniel Kiper wrote: > On Fri, Jun 14, 2024 at 02:45:43PM +0800, Gary Lin wrote: > > From: Hernan Gatta > > > > A Trusted Platform Module (TPM) Software Stack (TSS) provides logic to > > compose and submit TPM commands and parse reponses. > > > > A limited

Re: [PATCH v17 10/20] tpm2: Add TPM Software Stack (TSS)

2024-06-18 Thread Daniel Kiper via Grub-devel
On Fri, Jun 14, 2024 at 02:45:43PM +0800, Gary Lin wrote: > From: Hernan Gatta > > A Trusted Platform Module (TPM) Software Stack (TSS) provides logic to > compose and submit TPM commands and parse reponses. > > A limited number of TPM commands may be accessed via the EFI TCG2 > protocol. This pro

Re: [PATCH v17 10/20] tpm2: Add TPM Software Stack (TSS)

2024-06-18 Thread Daniel Kiper via Grub-devel
On Fri, Jun 14, 2024 at 02:45:43PM +0800, Gary Lin wrote: > From: Hernan Gatta > > A Trusted Platform Module (TPM) Software Stack (TSS) provides logic to > compose and submit TPM commands and parse reponses. > > A limited number of TPM commands may be accessed via the EFI TCG2 > protocol. This pro

Re: [PATCH v17 06/20] libtasn1: compile into asn1 module

2024-06-18 Thread Gary Lin via Grub-devel
On Mon, Jun 17, 2024 at 05:36:04PM +0200, Daniel Kiper wrote: > On Fri, Jun 14, 2024 at 02:45:39PM +0800, Gary Lin wrote: > > From: Daniel Axtens > > > > Create a wrapper file that specifies the module license. > > Set up the makefile so it is built. > > > > Signed-off-by: Daniel Axtens > > Signe

Re: [PATCH v17 08/20] libtasn1: Add the documentation

2024-06-18 Thread Gary Lin via Grub-devel
On Mon, Jun 17, 2024 at 06:00:44PM +0200, Daniel Kiper wrote: > On Fri, Jun 14, 2024 at 02:45:41PM +0800, Gary Lin wrote: > > Document libtasn1 in docs/grub-dev.texi and add the upgrade steps. > > Also add the patches to make libtasn1 compatible with grub code. > > > > Signed-off-by: Gary Lin > >

Re: [PATCH v17 07/20] asn1_test: test module for libtasn1

2024-06-18 Thread Gary Lin via Grub-devel
On Mon, Jun 17, 2024 at 05:55:57PM +0200, Daniel Kiper wrote: > On Fri, Jun 14, 2024 at 02:45:40PM +0800, Gary Lin wrote: > > From: Daniel Axtens > > > > Import tests from libtasn1 that don't use functionality we don't > > import. This test module is integrated into functional_test so that the > >