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:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user