Re: [PATCH v19 33/33] docs: Document TPM2 key protector

2024-10-03 Thread Gary Lin via Grub-devel
On Fri, Sep 20, 2024 at 09:42:01AM -0400, Stefan Berger wrote: > Sorry for my late reply. Just back from vacation. > > On 9/20/24 4:16 AM, Gary Lin wrote: > > On Fri, Sep 13, 2024 at 10:25:14AM -0400, Stefan Berger wrote: > > > > > > > > > > > +SHA1, SHA256, SHA384, and SHA512, and the defaul

Re: [PATCH v19 33/33] docs: Document TPM2 key protector

2024-09-20 Thread Stefan Berger
On 9/20/24 4:16 AM, Gary Lin wrote: On Fri, Sep 13, 2024 at 10:25:14AM -0400, Stefan Berger wrote: +SHA1, SHA256, SHA384, and SHA512, and the default is SHA256. + +There are some options only available for the specific mode. The SRK-specific +options are @option{-T}, @option{-k}, @option{

Re: [PATCH v19 33/33] docs: Document TPM2 key protector

2024-09-20 Thread Gary Lin via Grub-devel
On Fri, Sep 13, 2024 at 10:25:14AM -0400, Stefan Berger wrote: > > > On 9/6/24 5:11 AM, Gary Lin wrote: > > Update the user manual to address TPM2 key protector including the two > > related commands, tpm2_key_protector_init and tpm2_key_protector_clear, > > and the user-space utility: grub-prote

Re: [PATCH v19 33/33] docs: Document TPM2 key protector

2024-09-13 Thread Stefan Berger
On 9/6/24 5:11 AM, Gary Lin wrote: Update the user manual to address TPM2 key protector including the two related commands, tpm2_key_protector_init and tpm2_key_protector_clear, and the user-space utility: grub-protect. Signed-off-by: Gary Lin --- docs/grub.texi | 507 ++

[PATCH v19 33/33] docs: Document TPM2 key protector

2024-09-06 Thread Gary Lin via Grub-devel
Update the user manual to address TPM2 key protector including the two related commands, tpm2_key_protector_init and tpm2_key_protector_clear, and the user-space utility: grub-protect. Signed-off-by: Gary Lin --- docs/grub.texi | 507 + 1 file chan