Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pefile: Parse the "Microsoft individual code signing" data blob | David Howells | 2014-07-09 | 1 | -0/+5 |
| | | | | | | | | | | | 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 <dhowells@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com> Reviewed-by: Kees Cook <keescook@chromium.org> | ||||
* | pefile: Parse a PE binary to find a key and a signature contained therein | David Howells | 2014-07-09 | 1 | -0/+37 |
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> |