summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-07-01 16:02:51 +0100
committerDavid Howells <dhowells@redhat.com>2014-07-09 14:58:37 +0100
commit0cf8e6a6bfa2cedf073fc13aeeb00e8b79d319e2 (patch)
tree7e9b8c461651ef8a6d2226da76004b6c4fb921ed /crypto/asymmetric_keys/Makefile
parentbf080f0ad3d766e1cc27cfd88827f716288e2a4d (diff)
downloadlinux-crypto-0cf8e6a6bfa2cedf073fc13aeeb00e8b79d319e2.tar.gz
linux-crypto-0cf8e6a6bfa2cedf073fc13aeeb00e8b79d319e2.zip
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>
Diffstat (limited to 'crypto/asymmetric_keys/Makefile')
-rw-r--r--crypto/asymmetric_keys/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/Makefile b/crypto/asymmetric_keys/Makefile
index 92d0e9af..3e4de529 100644
--- a/crypto/asymmetric_keys/Makefile
+++ b/crypto/asymmetric_keys/Makefile
@@ -47,3 +47,11 @@ clean-files += pkcs7-asn1.c pkcs7-asn1.h
obj-$(CONFIG_PKCS7_TEST_KEY) += pkcs7_test_key.o
pkcs7_test_key-y := \
pkcs7_key_type.o
+
+#
+# Signed PE binary-wrapped key handling
+#
+obj-$(CONFIG_SIGNED_PE_FILE_VERIFICATION) += verify_signed_pefile.o
+
+verify_signed_pefile-y := \
+ verify_pefile.o