]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PKCS#7: Implement a parser [RFC 2315]
authorDavid Howells <dhowells@redhat.com>
Tue, 15 Jan 2013 15:33:38 +0000 (15:33 +0000)
committerDavid Howells <dhowells@redhat.com>
Sat, 19 Jan 2013 01:05:19 +0000 (01:05 +0000)
commit5d7569bb723bfea08becc800b4c2201c14112949
treec02285bfb6a39070935868a512989a06a5fe3291
parentba9829cbea865f9d1d39632f322e43e4b811ba33
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>
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/linux/oid_registry.h