Manuel Pégourié-Gonnard 7902021aeb Move context verifier to a better place
In terms of CMake, we want it to be part of the mbedtls_test_helpers
object collection, which as the name does not suggest, is actually for
SSL, and not part of mbedtls_test which is generic.

The easiest way to achieve that is to move the source file to
test_helpers which again as the name does not reflect is for SSL.

Then we just need ssl_server2 and ssl_client2 to link to
mbedtls_test_helpers.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2026-07-29 11:36:43 +02:00
..
CMakeLists.txt Move context verifier to a better place 2026-07-29 11:36:43 +02:00
dtls_client.c dtls_client: don't force the use of IPv6 2024-09-25 17:52:48 +02:00
dtls_server.c dtls_server: allow unexpected messages during handshake 2024-10-01 12:50:05 +02:00
mini_client.c Update paths pointing to tests/data_files 2024-07-08 15:36:46 +01:00
ssl_client1.c Test ssl_client1 2024-09-25 17:52:48 +02:00
ssl_client2.c tests|programs: call check_context_after_session_reset whenever mbedtls_ssl_session_reset 2026-07-29 11:36:27 +02:00
ssl_context_info.c Add a note about badmac_seen's new name in ssl_context_info 2025-02-18 14:11:25 +01:00
ssl_fork_server.c Remove unreachable assignments 2024-10-28 10:09:18 +01:00
ssl_mail_client.c ssl_mail_client: Fix code style issue 2024-04-30 13:00:35 +02:00
ssl_pthread_server.c Test ssl_pthread_server 2024-09-25 17:52:48 +02:00
ssl_server2.c tests|programs: call check_context_after_session_reset whenever mbedtls_ssl_session_reset 2026-07-29 11:36:27 +02:00
ssl_server.c ssl_server: Allow the client to close the connection first 2024-09-25 17:52:48 +02:00
ssl_test_common_source.c Make guards more consistent between X.509-has-certs and SSL-has-certs 2025-02-13 20:57:32 +01:00
ssl_test_lib.c ssl_test_lib: add guards for pk_wrap_as_opaque() 2024-02-28 10:45:43 +01:00
ssl_test_lib.h Fix Doxygen markup 2025-03-05 17:03:20 +01:00