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>
Showing
- lib/Kconfig 1 addition, 0 deletionslib/Kconfig
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/crypto/Kconfig 12 additions, 0 deletionslib/crypto/Kconfig
- lib/crypto/Makefile 17 additions, 0 deletionslib/crypto/Makefile
- lib/crypto/x509.asn1 60 additions, 0 deletionslib/crypto/x509.asn1
- lib/crypto/x509_akid.asn1 35 additions, 0 deletionslib/crypto/x509_akid.asn1
- lib/crypto/x509_cert_parser.c 697 additions, 0 deletionslib/crypto/x509_cert_parser.c
- lib/crypto/x509_parser.h 57 additions, 0 deletionslib/crypto/x509_parser.h
- lib/crypto/x509_public_key.c 292 additions, 0 deletionslib/crypto/x509_public_key.c
Loading
Please register or sign in to comment