commit | f7b522f5e0db950fcee086b8e136fbdcf775161b | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Oct 03 14:50:31 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 14 17:58:46 2024 -0600 |
tree | 28f2e201030f21701a22d6755261afc617e7e1ca | |
parent | 7deec0f6c199839e9b067c76ef06f7deae28da0f [diff] |
lib/crypto: Adapt x509_cert_parser to MbedTLS Previous patch has introduced MbedTLS porting layer for x509 cert parser, here to adjust the header and makefiles accordingly. Signed-off-by: Raymond Mao <raymond.mao@linaro.org>