mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-20 01:59:55 +00:00
tests: avoid useless use of low-level crypto deps
Take our low-level error for test from our own side of the split. Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
committed by
Yi Wu
parent
41d0f47970
commit
e8ed43bcee
@@ -1,9 +1,9 @@
|
||||
Single low error
|
||||
depends_on:MBEDTLS_AES_C
|
||||
error_strerror:-0x0020:"AES - Invalid key length"
|
||||
depends_on:MBEDTLS_NET_C
|
||||
error_strerror:-0x0042:"NET - Failed to open a socket"
|
||||
|
||||
Single high error
|
||||
depends_on:PSA_WANT_ALG_SHA_256:PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY:MBEDTLS_X509_CRT_PARSE_C
|
||||
depends_on:MBEDTLS_X509_CRT_PARSE_C
|
||||
error_strerror:-0x2280:"X509 - The serial tag or value is invalid"
|
||||
|
||||
Non existing high error
|
||||
|
||||
Reference in New Issue
Block a user