lib: crypto: add pkcs7 message parser
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 13 Nov 2019 00:45:01 +0000 (09:45 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2019 21:44:20 +0000 (16:44 -0500)
commite85a787c7d63592b6fd9214f0e202fcabca75cf4
tree9f9df88d0d49e412bfbf7f66a3c7cf57e5ff0702
parentb4adf627d5b7bdff649d3b852eab97d6f9191111
lib: crypto: add pkcs7 message parser

Imported from linux kernel v5.3:
 pkcs7.asn1 without changes
 pkcs7.h with changes marked as __UBOOT__
 pkcs7_parser.h without changes
 pkcs7_parser.c with changes marked as __UBOOT__

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/crypto/pkcs7.h [new file with mode: 0644]
lib/crypto/Kconfig
lib/crypto/Makefile
lib/crypto/pkcs7.asn1 [new file with mode: 0644]
lib/crypto/pkcs7_parser.c [new file with mode: 0644]
lib/crypto/pkcs7_parser.h [new file with mode: 0644]
scripts/Makefile.build