summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-07-01 16:40:20 +0100
committerDavid Howells <dhowells@redhat.com>2014-07-08 13:50:15 +0100
commit80f78f58443ae7f405906b5c6fec9bdaf5ac9681 (patch)
tree981f35aaf7c88949275246bc1ade06845e628b26 /crypto/asymmetric_keys/Makefile
parent9333b81d5249c4eddb5b7a269e98b83d767ccc7a (diff)
downloadlinux-crypto-80f78f58443ae7f405906b5c6fec9bdaf5ac9681.tar.gz
linux-crypto-80f78f58443ae7f405906b5c6fec9bdaf5ac9681.zip
PKCS#7: Find intersection between PKCS#7 message and known, trusted keys
Find the intersection between the X.509 certificate chain contained in a PKCS#7 message and a set of keys that we already know and trust. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/Makefile b/crypto/asymmetric_keys/Makefile
index b6b39e7b..d63cb432 100644
--- a/crypto/asymmetric_keys/Makefile
+++ b/crypto/asymmetric_keys/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_PKCS7_MESSAGE_PARSER) += pkcs7_message.o
pkcs7_message-y := \
pkcs7-asn1.o \
pkcs7_parser.o \
+ pkcs7_trust.o \
pkcs7_verify.o
$(obj)/pkcs7_parser.o: $(obj)/pkcs7-asn1.h