Re: Add TPM measured boot support

2017-07-20 Thread Matthew Garrett
On Wed, Jul 05, 2017 at 02:19:55PM -0700, Matthew Garrett wrote: > This patchset extends the verifier framework to support verifying commands > executed by Grub, and makes use of this to add support for measuring files > and commands executed by grub into the TPM on UEFI-based systems. Any

Re: [PATCH] Implement checksum verification for gunzip

2017-07-20 Thread Stefan Fritsch
On Wed, 4 May 2016, Stefan Fritsch wrote: > On Tue, 3 May 2016, Andrei Borzenkov wrote: > > > 01.05.2016 15:32, Stefan Fritsch пишет: > > > This implements the crc32 check for the gzip format. Support for zlib's > > > adler checksum is not included, yet. > > > > > > > That looks fine, but