]> git.baikalelectronics.ru Git - uboot.git/commit
lib: crypto: add x509 parser
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 13 Nov 2019 00:45:00 +0000 (09:45 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2019 21:44:20 +0000 (16:44 -0500)
commit5efa8d2de71f71dcfdffe01d73c32b5ee69d1eea
treeb945bac17c3207bdcd6ab41cc04b39c927b3c30e
parentfe52fa665a787c2f1175553569636f9d6015aa88
lib: crypto: add x509 parser

Imported from linux kernel v5.3:
 x509.asn1 without changes
 x509_akid.asn1 without changes
 x509_parser.h without changes
 x509_cert_parser.c with changes marked as __UBOOT__
 x509_public_key.c with changes marked as __UBOOT__

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
lib/Kconfig
lib/Makefile
lib/crypto/Kconfig
lib/crypto/Makefile
lib/crypto/x509.asn1 [new file with mode: 0644]
lib/crypto/x509_akid.asn1 [new file with mode: 0644]
lib/crypto/x509_cert_parser.c [new file with mode: 0644]
lib/crypto/x509_parser.h [new file with mode: 0644]
lib/crypto/x509_public_key.c [new file with mode: 0644]