mbedtls/tests
Manuel Pégourié-Gonnard 1f4c9051cd all.s: Rm redundant build-only accel components
Most of them (2 exceptions, see below) are of the "driver + built-in"
type, so they're all a subset of test_psa_crypto_driver which tests
everything with driver + built-in at once.

Furthermore, all those components were build-only, while
test_psa_crypto_driver runs the test suites.

Special cases: two of the components looked like they were trying to go for
driver-only (ecdh disabling ECDH_C and hkdf disabling HKDF_C).

For ECDH, built-in would actually be re-enabled because not enough was
accelerated: you also need ECC key types and curves - see
component_test_psa_crypto_config_accel_ecdh which does this correctly.

For HKDF, we don't have test driver support for key derivation yet. I
guess that shows how little testing value these build-only components
really had.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2024-04-12 12:40:01 +02:00
..
.jenkins
configs Update user-config-for-tests 2024-04-12 12:40:01 +02:00
data_files
docker/bionic
git-scripts
include Fix failures in psa_cryto_driver_wrappers suite 2024-04-09 10:48:24 +02:00
opt-testcases ssl-opt.sh: Add tests where tickets are ignored 2024-03-27 09:37:37 +01:00
scripts all.s: Rm redundant build-only accel components 2024-04-12 12:40:01 +02:00
src Fix failures in psa_cryto_driver_wrappers suite 2024-04-09 10:48:24 +02:00
suites Fix closing comment to match opening guard 2024-04-09 10:48:24 +02:00
.gitignore Revert "Autogenerated files for 3.6.0" 2024-03-27 17:36:15 +00:00
CMakeLists.txt
compat-in-docker.sh
compat.sh Merge pull request #8586 from lpy4105/issue/fix-fake-case-listed-in-compat_sh 2024-03-21 15:05:11 +00:00
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile
ssl-opt-in-docker.sh
ssl-opt.sh Merge pull request #6955 from inorick/nofa_no_session_tickets 2024-04-08 08:56:17 +00:00