Re: [PATCH v19 26/33] tpm2_key_protector: Implement NV index

2024-10-16 Thread Gary Lin via Grub-devel
On Wed, Oct 16, 2024 at 06:11:49PM +0200, Daniel Kiper wrote: > On Fri, Sep 06, 2024 at 05:11:18PM +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 v19 26/33] tpm2_key_protector: Implement NV index

2024-10-16 Thread Daniel Kiper
On Fri, Sep 06, 2024 at 05:11:18PM +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 v19 26/33] tpm2_key_protector: Implement NV index

2024-09-06 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.