diff options
author | David Howells <dhowells@redhat.com> | 2014-07-01 16:40:20 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2014-07-08 13:50:15 +0100 |
commit | 08815b62d700e4fbeb72a01986ad051c3dd84a15 (patch) | |
tree | 9a3df820a9716348fa947986d2310d50e14f9964 /crypto/asymmetric_keys/Makefile | |
parent | 8c76d79393ccc9b89d9af402d79a49a9cd43c5aa (diff) | |
download | op-kernel-dev-08815b62d700e4fbeb72a01986ad051c3dd84a15.zip op-kernel-dev-08815b62d700e4fbeb72a01986ad051c3dd84a15.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/Makefile b/crypto/asymmetric_keys/Makefile index b6b39e7..d63cb43 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 |