commit | fa1289c5d086fadd3cd3a566bd6a1a038680d5cd | [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 | b36a8b891123284f0b07d9ad94024bff5f430658 [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>