Remove a redundant error test case and improve another

Signed-off-by: Felix Conway <[email protected]>
This commit is contained in:
Felix Conway
2025-08-28 17:38:13 +01:00
parent a15729d38e
commit 07eb02889e
+2 -6
View File
@@ -3,12 +3,8 @@ depends_on:MBEDTLS_AES_C
error_strerror:-0x0020:"AES - Invalid key length"
Single high error
depends_on:MBEDTLS_RSA_C
error_strerror:-0x4200:"RSA - Key failed to pass the validity check of the library"
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"
depends_on:PSA_WANT_ALG_SHA_256:MBEDTLS_RSA_C:MBEDTLS_X509_CRT_PARSE_C
error_strerror:-0x2280:"X509 - The serial tag or value is invalid"
Non existing high error
error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"