David Horstmann dfd3075e32 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:13:41 +01:00
..
.jenkins
configs Header updates 2023-11-03 12:21:36 +00:00
docker/bionic Header updates 2023-11-03 12:21:36 +00:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Only guard with CRYPTO_CLIENT when version >= 4 2024-10-21 14:13:41 +01:00
opt-testcases Remove "error" allowance in dtls_server 2024-10-01 12:50:13 +02:00
scripts Merge pull request #9161 from mpg/doc-guards 2024-10-09 10:30:50 +00:00
src Only guard with CRYPTO_CLIENT when version >= 4 2024-10-21 14:13:41 +01:00
suites Remove some dependencies 2024-09-17 16:06:18 +01:00
.gitignore Automatically generate tests/opt-testcases/tls13-compat.sh 2024-09-20 07:44:36 +02:00
CMakeLists.txt Have make ssl-opt generate tls13-compat.sh 2024-09-25 09:52:28 +02:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Replace data_files path with variable in compat.sh 2024-07-08 15:36:48 +01:00
context-info.sh Update directory-climbing path in context-info.sh 2024-07-08 15:36:48 +01:00
Descriptions.txt
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Have make ssl-opt generate tls13-compat.sh (make edition) 2024-09-25 10:27:47 +02:00
ssl-opt-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
ssl-opt.sh Skip ssl_server in config-suite-b 2024-09-25 17:53:39 +02:00