mbedtls/tests
Manuel Pégourié-Gonnard 59a8b41ca3 Fix incorrect RSA dependencies in psa_crypto tests
There's no reason the tests would depend specifically on our built-in
implementation and not work with drivers, so replace the RSA_C
dependency with the correct PSA_WANT dependencies.

Those 6 cases use two different test functions, but both of those
functions only do `psa_import()`, so all that's needed is PUBLIC_KEY or
KEYPAIR_IMPORT (which implies KEYPAIR_BASIC) depending on the kind of
key being tested.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-11-08 12:30:51 +01:00
..
.jenkins
configs update headers 2023-11-02 19:47:20 +00:00
data_files Merge pull request #8442 from lpy4105/issue/8355/driver-only-cipher_aead-x509 2023-11-06 09:10:57 +00:00
docker/bionic update headers 2023-11-02 19:47:20 +00:00
git-scripts update headers 2023-11-02 19:47:20 +00:00
include Merge pull request #8443 from valeriosetti/issue8274 2023-11-04 15:04:42 +00:00
opt-testcases Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed 2023-11-07 13:59:13 +00:00
scripts Merge pull request #8470 from gilles-peskine-arm/check-files-license 2023-11-06 17:07:54 +00:00
src Merge pull request #8434 from valeriosetti/issue8407 2023-11-04 15:05:00 +00:00
suites Fix incorrect RSA dependencies in psa_crypto tests 2023-11-08 12:30:51 +01:00
.gitignore Revert "Auto-generated files for v3.5.0" 2023-10-05 00:17:21 +01:00
CMakeLists.txt New test suite for the low-level hash interface 2023-08-22 09:59:42 +02:00
compat-in-docker.sh update headers 2023-11-02 19:47:20 +00:00
compat.sh Merge pull request #8462 from daverodgman/license-change 2023-11-04 15:47:07 +01:00
context-info.sh update headers 2023-11-02 19:47:20 +00:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh update headers 2023-11-02 19:47:20 +00:00
Makefile Revert "Auto-generated files for v3.5.0" 2023-10-05 00:17:21 +01:00
ssl-opt-in-docker.sh update headers 2023-11-02 19:47:20 +00:00
ssl-opt.sh Merge pull request #8462 from daverodgman/license-change 2023-11-04 15:47:07 +01:00