Gilles Peskine 2eab9fd92a Enable drivers when testing with GCC 15
The goal of testing with GCC 15 is to validate fixes for
https://github.com/Mbed-TLS/mbedtls/issues/9814 . The bug is present in
multiple places, and some of them affect third-party drivers but not our
built-in implementation. (The bug is that driver contexts might not be
zero-initialized, but some of our built-in implementations happen not to
care about this.) Thus, enable the test drivers in the test component that
uses GCC 15, to gain the extra checks performed in the driver wrappers.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2025-04-25 18:59:42 +02:00
..
.jenkins
configs crypto_config.h: Don't list mechanisms that are not implemented 2024-12-24 20:03:29 +01:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Exportert tests: Free endpoints and options 2025-04-16 11:23:41 +02:00
opt-testcases Revert "Add auto-generated files" 2025-03-23 13:09:30 +00:00
scripts Enable drivers when testing with GCC 15 2025-04-25 18:59:42 +02:00
src Merge pull request #10137 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408-3.6 2025-04-23 16:42:17 +00:00
suites Move persistent key tests to a separate .data file 2025-04-25 18:48:59 +02:00
.gitignore cmake: Generate test_keys.h and test_certs.h in the build tree 2025-03-25 09:49:22 +01:00
CMakeLists.txt cmake: Generate test_keys.h and test_certs.h in the build tree 2025-03-25 09:49:22 +01:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Adjust file path for translate_ciphers.py 2024-10-15 12:41:42 +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 cmake: Generate test_keys.h and test_certs.h in the build tree 2025-03-25 09:49:22 +01:00
ssl-opt.sh Fix requirements for TLS 1.3 Exporter compat test 2025-04-16 11:24:50 +02:00