mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
We never test without the PSA client code.
Should we? To be decided later. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
24b03d8b72
commit
d9c40f538d
@ -102,6 +102,9 @@ class CoverageTask(outcome_analysis.CoverageTask):
|
||||
'Config: !MBEDTLS_CIPHER_PADDING_PKCS7',
|
||||
# https://github.com/Mbed-TLS/mbedtls/issues/9583
|
||||
'Config: !MBEDTLS_ECP_NIST_OPTIM',
|
||||
# We never test without the PSA client code. Should we?
|
||||
# https://github.com/Mbed-TLS/TF-PSA-Crypto/issues/112
|
||||
'Config: !MBEDTLS_PSA_CRYPTO_CLIENT',
|
||||
# Missing coverage of test configurations.
|
||||
# https://github.com/Mbed-TLS/mbedtls/issues/9585
|
||||
'Config: !MBEDTLS_SSL_DTLS_ANTI_REPLAY',
|
||||
|
Loading…
x
Reference in New Issue
Block a user