commit | 26d1164be37f1145a96af15f294122876d8e5c77 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Jul 01 16:02:51 2014 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Jul 09 14:58:37 2014 +0100 |
tree | 3cf981b54d3a275710d840c3674e09271c00c36d | |
parent | 9c87e0f10e281f782312e7b6aa202f2d434c84bf [diff] |
pefile: Parse a PE binary to find a key and a signature contained therein Parse a PE binary to find a key and a signature contained therein. Later patches will check the signature and add the key if the signature checks out. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com> Reviewed-by: Kees Cook <keescook@chromium.org>