Skip to content
Commit 6204e002 authored by David Howells's avatar David Howells
Browse files

Merge tag 'keys-pefile-20140709' into keys-next



Here's a set of changes that implement a PE file signature checker.

This provides the following facility:

 (1) Extract the signature from the PE file.  This is a PKCS#7 message
     containing, as its data, a hash of the signed parts of the file.

 (2) Digest the signed parts of the file.

 (3) Compare the digest with the one from the PKCS#7 message.

 (4) Validate the signatures on the PKCS#7 message and indicate
     whether it was matched by a trusted key.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parents 1ca72c96 98801c00
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment