David Horstmann c2ab398d01 Request C11 in CMake (but only for tests)
Set the C_STANDARD property on the mbedtls_test target to 11.
This requests C11 for the tests only.

If C11 is not supported the build will not fail, since
C_STANDARD_REQUIRED is not set, and memory poisoning will be disabled
by a preprocessor check on __STDC_VERSION__.

Additionally, reintroduce previous C99 enforcement on the rest of the
library.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2024-01-17 14:02:40 +00:00
..
cmake_package update headers 2023-11-02 19:47:20 +00:00
cmake_package_install update headers 2023-11-02 19:47:20 +00:00
cmake_subproject update headers 2023-11-02 19:47:20 +00:00
benchmark.c update headers 2023-11-02 19:47:20 +00:00
CMakeLists.txt Request C11 in CMake (but only for tests) 2024-01-17 14:02:40 +00:00
dlopen_demo.sh update headers 2023-11-02 19:47:20 +00:00
dlopen.c update headers 2023-11-02 19:47:20 +00:00
generate_cpp_dummy_build.sh update headers 2023-11-02 19:47:20 +00:00
metatest.c Only run memory poisoning metatests when poisoning 2024-01-12 15:13:54 +00:00
query_compile_time_config.c update headers 2023-11-02 19:47:20 +00:00
query_config.h update headers 2023-11-02 19:47:20 +00:00
query_included_headers.c update headers 2023-11-02 19:47:20 +00:00
selftest.c update headers 2023-11-02 19:47:20 +00:00
udp_proxy_wrapper.sh update headers 2023-11-02 19:47:20 +00:00
udp_proxy.c update headers 2023-11-02 19:47:20 +00:00
zeroize.c update headers 2023-11-02 19:47:20 +00:00