]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pefile: Parse a PE binary to find a key and a signature contained therein
authorDavid Howells <dhowells@redhat.com>
Tue, 15 Jan 2013 15:33:40 +0000 (15:33 +0000)
committerDavid Howells <dhowells@redhat.com>
Sat, 19 Jan 2013 01:05:20 +0000 (01:05 +0000)
commit1423d00dd888f6a32dd0a6c2001aa9da132bb23e
tree604be5b51adaf721782bea9ddeef22b02ca62b7d
parent1ddae845756c78da350dd4406065d8bbae0a8280
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>
Reviewed-by: Kees Cook <keescook@chromium.org>
crypto/asymmetric_keys/Kconfig
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/pefile_parser.c [new file with mode: 0644]
crypto/asymmetric_keys/pefile_parser.h [new file with mode: 0644]