[PATCH 19/23] pefile: Parse the "Microsoft individual code signing" data blob

2012-10-30 Thread David Howells
The PKCS#7 certificate should contain a "Microsoft individual code signing" data blob as its signed content. This blob contains a digest of the signed content of the PE binary and the OID of the digest algorithm used (typically SHA256). Signed-off-by: David Howells ---

[PATCH 19/23] pefile: Parse the Microsoft individual code signing data blob

2012-10-30 Thread David Howells
The PKCS#7 certificate should contain a Microsoft individual code signing data blob as its signed content. This blob contains a digest of the signed content of the PE binary and the OID of the digest algorithm used (typically SHA256). Signed-off-by: David Howells dhowe...@redhat.com ---