mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
Reduce number of skipped suites (after making configs more similar)
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
52d8e96ff6
commit
6419ab5299
@ -145,12 +145,6 @@ TASKS = {
|
|||||||
'component_driver': 'test_psa_crypto_config_accel_hash_use_psa',
|
'component_driver': 'test_psa_crypto_config_accel_hash_use_psa',
|
||||||
'ignored_suites': ['shax', 'mdx', # the software implementations that are being excluded
|
'ignored_suites': ['shax', 'mdx', # the software implementations that are being excluded
|
||||||
'md', # the legacy abstraction layer that's being excluded
|
'md', # the legacy abstraction layer that's being excluded
|
||||||
'entropy', 'hmac_drbg', 'random', # temporary limitation
|
|
||||||
# (see RNG EPIC)
|
|
||||||
'psa_crypto_init', # doesn't work with external RNG
|
|
||||||
'hkdf', # legacy still depends on MD,
|
|
||||||
# but there's a PSA interface that doesn't
|
|
||||||
'pkcs7' # recent addition, will be addressed later
|
|
||||||
]}}
|
]}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user