Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-04 | lib/crypto, efi_loader: move some headers to include/crypto | AKASHI Takahiro | |
Pkcs7_parse.h and x509_parser.h are used in UEFI subsystem, in particular, secure boot. So move them to include/crypto to avoid relative paths. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Don't include include x509_parser.h twice. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2019-12-06 | test: add asn1 unit test | AKASHI Takahiro | |
This test will exercise asn1 compiler as well as asn1 decoder functions via various parsers. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> |