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

test_suite_psa_crypto: replace builtin dependencies with PSA_WANT

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2023-10-23 09:38:54 +02:00
parent 9d9b4b547f
commit 3b1559060a
2 changed files with 6 additions and 15 deletions

View File

@@ -270,15 +270,6 @@ KNOWN_TASKS = {
'Low and high error',
'Single low error'
],
# Following tests depends on AES_C/DES_C/GCM_C/CTR
'test_suite_psa_crypto': [
'PSA AEAD encrypt/decrypt: DES-CCM not supported',
'PSA AEAD encrypt/decrypt: invalid algorithm (CTR)',
'PSA cipher setup: bad algorithm (unknown cipher algorithm)',
'PSA cipher setup: incompatible key ChaCha20 for CTR',
'PSA cipher setup: invalid key type, CTR',
'PSA symmetric decrypt: CCM*-no-tag, input too short (15 bytes)',
],
# Following test depends on AES_C
'test_suite_version': [
'Check for MBEDTLS_AES_C when already present',