mbedtls/tests
Gilles Peskine 735ac3ec05 Fix builds with secp224k1 as the only curve
Normally, if an elliptic curve is enabled in the legacy API then it's also
enabled in the PSA API. In particular, if the legacy API has at least one
curve then that curve also works with PSA. There is an exception with
secp224k1 which PSA does not support. In a build with secp224k1 as the only
legacy curve, MBEDTLS_PK_HAVE_ECC_KEYS is enabled (because you can use the
curve through PK) but PSA does not support any elliptic curve, so we can't
run PK-PSA bridge tests.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-06 11:11:32 +01:00
..
.jenkins
configs Header updates 2023-11-03 12:21:36 +00:00
data_files ssl_server2: Add read early data support 2024-02-01 16:40:47 +01: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 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test 2024-02-01 13:15:55 +00:00
opt-testcases Update early data test 2024-02-01 16:40:47 +01:00
scripts Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage 2024-02-06 10:14:17 +01:00
src Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test 2024-02-01 13:15:55 +00:00
suites Fix builds with secp224k1 as the only curve 2024-02-06 11:11:32 +01:00
.gitignore Revert "Auto-generated files for v3.5.0" 2023-10-05 00:17:21 +01:00
CMakeLists.txt Explicitly link tests with pthreads 2023-12-18 14:49:34 +00:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Merge pull request #8462 from daverodgman/license-change 2023-11-04 15:47:07 +01:00
context-info.sh Header updates 2023-11-03 12:21:36 +00:00
Descriptions.txt
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Unify MBEDTLS_TEST_OBJS 2024-01-02 23:11:24 +01:00
ssl-opt-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
ssl-opt.sh Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext 2024-01-12 13:39:15 +00:00