Merge pull request #7243 from valeriosetti/issue7148

driver-only ECDH: enable ssl-opt.sh with parity
This commit is contained in:
Manuel Pégourié-Gonnard 2023-03-14 11:07:56 +01:00 committed by GitHub
commit 2a13cfd2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 25 deletions

View file

@ -2312,7 +2312,8 @@ component_test_psa_crypto_config_accel_ecdh_use_psa () {
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDH + USE_PSA"
make test
# ssl-opt.sh later (probably doesn't pass right now)
msg "test: ssl-opt.sh"
tests/ssl-opt.sh
}
# Keep in sync with component_test_psa_crypto_config_accel_ecdh_use_psa.
@ -2331,7 +2332,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 () {