OSDN Git Service

PKCS#7: Implement a parser [RFC 2315]
authorDavid Howells <dhowells@redhat.com>
Tue, 1 Jul 2014 15:40:19 +0000 (16:40 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 8 Jul 2014 12:49:56 +0000 (13:49 +0100)
commit2e3fadbf730fd0d13c891d5e555af3e7f39ca3f4
tree8618dea8bfd135a9e81650adc3080883410fd30e
parentace0107a3936774e9da2c30cbdc99ad13c103c10
PKCS#7: Implement a parser [RFC 2315]

Implement a parser for a PKCS#7 signed-data message as described in part of
RFC 2315.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
crypto/asymmetric_keys/Kconfig
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/pkcs7.asn1 [new file with mode: 0644]
crypto/asymmetric_keys/pkcs7_parser.c [new file with mode: 0644]
crypto/asymmetric_keys/pkcs7_parser.h [new file with mode: 0644]
include/crypto/pkcs7.h [new file with mode: 0644]
include/linux/oid_registry.h