mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Indicate if we know that a nonce length is invalid
This restores the behaviour found in the previously released versions and development_2.x. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
@ -33,11 +33,6 @@ import sys
|
||||
# Test number 2xx corresponds to the files in the folder
|
||||
# psa-arch-tests/api-tests/dev_apis/crypto/test_c0xx
|
||||
EXPECTED_FAILURES = {
|
||||
# psa_aead_[encrypt/decrypt]() returns PSA_ERROR_NOT_SUPPORTED instead of
|
||||
# PSA_ERROR_INVALID_ARGUMENT when called with an invalid nonce.
|
||||
# - Tracked in issue #5144
|
||||
224, 225,
|
||||
|
||||
# Multipart CCM is not supported.
|
||||
# - Tracked in issue #3721
|
||||
252, 253, 254, 255, 256, 257, 258, 259, 261,
|
||||
|
Reference in New Issue
Block a user