]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PKCS#7: Find intersection between PKCS#7 message and known, trusted keys
authorDavid Howells <dhowells@redhat.com>
Tue, 15 Jan 2013 15:33:42 +0000 (15:33 +0000)
committerDavid Howells <dhowells@redhat.com>
Sat, 19 Jan 2013 01:05:20 +0000 (01:05 +0000)
commite3615238be5de5326c2f89d6a953d408d80caa28
tree7a917ec4751763a5395d0a22873b220f0727287b
parentfc84fca31c2ca641329417d0afac2a3b71c6af01
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>
Reviewed-by: Kees Cook <keescook@chromium.org>
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/pkcs7_parser.h
crypto/asymmetric_keys/pkcs7_trust.c [new file with mode: 0644]