mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-04 22:13:34 +00:00
The already existing component_test_psa_crypto_client() is renamed as component_test_default_psa_crypto_client_without_crypto_provider() while component_build_full_psa_crypto_client_without_crypto_provider() was added. - Both of them check that the missing symbols at link time (if any) belong to the psa_xxx() family. - The former builds with default config + CRYPTO_CLIENT - CRYPTO_C and then runs test suites. - The latter only perform the builds using the full config and then it checks that PK-PSA bridge functions are present. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>