commit | 0d2d4b065e3a8e1fc5c2dd8adaa0829f4b30a532 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Oct 03 14:50:26 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 14 17:58:41 2024 -0600 |
tree | 0889c169d7e6771a0b929a2e442234923b2f129f | |
parent | 4887c0edb6a0a68e28af27d23fb4e315dd6d5ddc [diff] |
x509: move common functions to x509 helper Move x509_check_for_self_signed as a common helper function that can be shared by legacy crypto lib and MbedTLS implementation. Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>