mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-10-21 14:51:23 +08:00
18 lines
514 B
Plaintext
18 lines
514 B
Plaintext
Single low error
|
|
depends_on:MBEDTLS_AES_C
|
|
error_strerror:-0x0020:"AES - Invalid key length"
|
|
|
|
Single high error
|
|
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)"
|
|
|
|
Non existing low error
|
|
error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)"
|
|
|
|
Non existing low and high error
|
|
error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)"
|
|
|