mbedtls/tf-psa-crypto
Sam Berry 3da783b468 Move static OID functions to x509.c
This commit moves static functions that are necessary for
mbedtls_oid_get_numeric_string and mbedtls_oid_from_numeric_string from
oid.c to x509.c

Signed-off-by: Sam Berry <sam.berry@arm.com>
2024-09-18 21:23:17 +01:00
..
core Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 2024-09-05 12:43:14 +01:00
drivers Move static OID functions to x509.c 2024-09-18 21:23:17 +01:00
include Fix formatting issue in psa_key_agreement() documentation 2024-08-16 14:37:46 +01:00
programs Add programs directory in tf-psa-crypto directory 2024-07-19 10:07:27 +02:00
tests Move mbedtls_oid_from_numeric_string unit tests to test_suite_x509write 2024-09-18 21:23:17 +01:00
.gitignore
CMakeLists.txt