mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 14:22:19 +08: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 <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
ba6533c87a
commit
bfeea315b7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user