David Horstmann 34d79ce73d Only guard with CRYPTO_CLIENT when version >= 4
In 4.x the semantics of MBEDTLS_PSA_CRYPTO_C and
MBEDTLS_PSA_CRYPTO_CLIENT are different compared with 3.6.

Where this is a problem, make guards more version-specific so that we
are guarding with MBEDTLS_PSA_CRYPTO_C for 3.6 and
MBEDTLS_PSA_CRYPTO_CLIENT for 4.x, keeping each branch the same as it
was formerly.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2024-10-21 14:06:26 +01:00
..
.jenkins
configs Fix a typo in a comment 2024-04-12 12:40:01 +02:00
docker/bionic
git-scripts
include Only guard with CRYPTO_CLIENT when version >= 4 2024-10-21 14:06:26 +01:00
opt-testcases Remove "error" allowance in dtls_server 2024-10-02 11:09:20 +02:00
psa-client-server Merge pull request #9427 from valeriosetti/psasim-small-fixes 2024-08-07 13:13:46 +00:00
scripts Merge pull request #9445 from ronald-cron-arm/tf-psa-crypto-cmake-build 2024-10-03 20:56:00 +00:00
src Only guard with CRYPTO_CLIENT when version >= 4 2024-10-21 14:06:26 +01:00
suites Move test_suite_constant_time_hmac back to mbedtls 2024-10-01 15:32:01 +02:00
.gitignore Automatically generate tests/opt-testcases/tls13-compat.sh 2024-09-24 18:59:31 +02:00
CMakeLists.txt cmake: Add MBEDTLS_FRAMEWORK_DIR 2024-10-01 15:32:01 +02:00
compat-in-docker.sh
compat.sh Replace data_files path with variable in compat.sh 2024-07-05 15:49:28 +01:00
context-info.sh Update directory-climbing path in context-info.sh 2024-07-05 15:49:05 +01:00
Descriptions.txt
make-in-docker.sh
Makefile Merge pull request #9558 from gilles-peskine-arm/run-test-suites-on-subproject 2024-09-28 08:31:30 +00:00
ssl-opt-in-docker.sh
ssl-opt.sh Skip ssl_server in config-suite-b 2024-09-25 18:05:18 +02:00