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>
Showing
- include/crypto/pkcs7.h 47 additions, 0 deletionsinclude/crypto/pkcs7.h
- lib/crypto/Kconfig 10 additions, 0 deletionslib/crypto/Kconfig
- lib/crypto/Makefile 11 additions, 0 deletionslib/crypto/Makefile
- lib/crypto/pkcs7.asn1 135 additions, 0 deletionslib/crypto/pkcs7.asn1
- lib/crypto/pkcs7_parser.c 693 additions, 0 deletionslib/crypto/pkcs7_parser.c
- lib/crypto/pkcs7_parser.h 65 additions, 0 deletionslib/crypto/pkcs7_parser.h
- scripts/Makefile.build 1 addition, 3 deletionsscripts/Makefile.build
Loading
Please register or sign in to comment