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)
commitb4adf627d5b7bdff649d3b852eab97d6f9191111
treeb945bac17c3207bdcd6ab41cc04b39c927b3c30e
parent9b933bf6f4fa4db2f8ab94d3b977b7fefa2644dd
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]