Re: [PATCH v18 20/25] tpm2_key_protector: Implement NV index

2024-09-02 Thread Gary Lin via Grub-devel
On Fri, Aug 30, 2024 at 06:03:16PM +0200, Daniel Kiper wrote: > On Fri, Jun 28, 2024 at 04:19:03PM +0800, Gary Lin via Grub-devel wrote: > > From: Patrick Colp > > > > Currently with the TPM2 protector, only SRK mode is supported and > > NV index support is just a stub. Implement the NV index opti

Re: [PATCH v18 20/25] tpm2_key_protector: Implement NV index

2024-08-30 Thread Daniel Kiper
On Fri, Jun 28, 2024 at 04:19:03PM +0800, Gary Lin via Grub-devel wrote: > From: Patrick Colp > > Currently with the TPM2 protector, only SRK mode is supported and > NV index support is just a stub. Implement the NV index option. > > Note: This only extends support on the unseal path. grub2_protec

[PATCH v18 20/25] tpm2_key_protector: Implement NV index

2024-06-28 Thread Gary Lin via Grub-devel
From: Patrick Colp Currently with the TPM2 protector, only SRK mode is supported and NV index support is just a stub. Implement the NV index option. Note: This only extends support on the unseal path. grub2_protect has not been updated. tpm2-tools can be used to insert a key into the NV index.