1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-20 03:32:32 +03:00

Remove a redundant error test case and improve another

Signed-off-by: Felix Conway <felix.conway@arm.com>
This commit is contained in:
Felix Conway
2025-08-28 11:54:46 +01:00
parent a15729d38e
commit 07eb02889e

View File

@@ -3,12 +3,8 @@ depends_on:MBEDTLS_AES_C
error_strerror:-0x0020:"AES - Invalid key length" error_strerror:-0x0020:"AES - Invalid key length"
Single high error Single high error
depends_on:MBEDTLS_RSA_C depends_on:PSA_WANT_ALG_SHA_256:MBEDTLS_RSA_C:MBEDTLS_X509_CRT_PARSE_C
error_strerror:-0x4200:"RSA - Key failed to pass the validity check of the library" error_strerror:-0x2280:"X509 - The serial tag or value is invalid"
Low and high error
depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C
error_strerror:-0x4220:"RSA - Key failed to pass the validity check of the library \: AES - Invalid key length"
Non existing high error Non existing high error
error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)" error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"