1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

ssl-opt: enable test and fix failures for reference ECDH + USE_PSA"

Signed-off-by: valerio <valerio.setti@nordicsemi.no>
This commit is contained in:
valerio
2023-03-09 16:19:35 +01:00
parent 1470ce3eba
commit f27472b128
2 changed files with 20 additions and 9 deletions

View File

@@ -2328,7 +2328,8 @@ component_test_psa_crypto_config_reference_ecdh_use_psa () {
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with reference ECDH + USE_PSA"
make test
# ssl-opt.sh later when the accel component is ready
msg "test: ssl-opt.sh"
tests/ssl-opt.sh
}
component_test_psa_crypto_config_accel_rsa_signature () {