mbedtls/tests
Valerio Setti ed25edb1a2 test_suite_pkparse: fix failure
When the key is imported into an ecp_keypair structure it is read
by means of mbedtls_mpi_read_binary_le() and then checked with
mbedtls_ecp_check_privkey() which returns error (as expected).

When the key is imported in PSA then it is read using
mbedtls_ecp_read_key() which fixes the errors in the test before
importing. This cause the test itself to fail.

As a consequence I set the dependency to ECP_C because it's the
only case in which the key is imported in an ecp_keypair structure.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2023-05-23 15:12:07 +02:00
..
.jenkins
configs Explicitly disable all DTLS options in tls13-only.h 2023-03-01 19:49:58 +01:00
data_files Fix wrong makefile target 2023-05-22 09:37:55 -04:00
docker/bionic Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:44:01 +01:00
include Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. 2023-05-12 14:59:01 +01:00
opt-testcases ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 2023-04-06 10:26:18 +02:00
scripts Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. 2023-05-12 14:59:01 +01:00
src Merge pull request #7416 from bharsaklemukesh975/update-pkparse-tests-to-use-AES 2023-05-16 19:15:16 +02:00
suites test_suite_pkparse: fix failure 2023-05-23 15:12:07 +02:00
.gitignore Ignore *.o everywhere 2023-05-12 13:58:05 +02:00
CMakeLists.txt Fix build errors in CMake 2023-03-13 19:20:42 +08:00
compat-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2022-12-19 11:42:12 +01:00
compat.sh Update some comments 2023-02-23 16:03:56 +08:00
context-info.sh
Descriptions.txt
make-in-docker.sh Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
Makefile Fix build errors in CMake 2023-03-13 19:20:42 +08:00
ssl-opt-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2022-12-19 11:42:12 +01:00
ssl-opt.sh Merge pull request #6740 from xkqian/tls13_fix_unkown_pk_type 2023-05-05 16:14:59 +01:00