Re: [PATCH 20/23] pefile: Digest the PE binary and compare to the PKCS#7 data

2012-10-30 Thread Kees Cook
On Tue, Oct 30, 2012 at 12:22 PM, David Howells wrote: > Digest the signed parts of the PE binary, canonicalising the section table > before we need it, and then compare the the resulting digest to the one in the > PKCS#7 signed content. > > Signed-off-by: David Howells > --- > >

[PATCH 20/23] pefile: Digest the PE binary and compare to the PKCS#7 data

2012-10-30 Thread David Howells
Digest the signed parts of the PE binary, canonicalising the section table before we need it, and then compare the the resulting digest to the one in the PKCS#7 signed content. Signed-off-by: David Howells --- crypto/asymmetric_keys/pefile_parser.c | 198 1

[PATCH 20/23] pefile: Digest the PE binary and compare to the PKCS#7 data

2012-10-30 Thread David Howells
Digest the signed parts of the PE binary, canonicalising the section table before we need it, and then compare the the resulting digest to the one in the PKCS#7 signed content. Signed-off-by: David Howells dhowe...@redhat.com --- crypto/asymmetric_keys/pefile_parser.c | 198

Re: [PATCH 20/23] pefile: Digest the PE binary and compare to the PKCS#7 data

2012-10-30 Thread Kees Cook
On Tue, Oct 30, 2012 at 12:22 PM, David Howells dhowe...@redhat.com wrote: Digest the signed parts of the PE binary, canonicalising the section table before we need it, and then compare the the resulting digest to the one in the PKCS#7 signed content. Signed-off-by: David Howells