mbedtls/programs/ssl
Gilles Peskine ab7ce96d7b ssl_test_lib: move initial includes and is-it-supported check
Move from ssl_*2.c to ssl_test_lib.h:
* The inclusion of the config header file (identical).
* The fallback definitions of platform functions (almost identical:
  server2 also had snprintf and the order and whitespace was slightly
  different).
* The compilation guards checking that required options are
  enabled (tweaked to make them common, with MBEDTLS_SSL_{CLI,SRV}_C
  separated out).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-01-06 10:25:35 +01:00
..
CMakeLists.txt ssl_test_lib.[hc]: new source file for common SSL test code 2021-01-06 10:25:35 +01:00
dtls_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
dtls_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
mini_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_client1.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_client2.c ssl_test_lib: move initial includes and is-it-supported check 2021-01-06 10:25:35 +01:00
ssl_context_info.c ssl_context_info: fix config requirements 2020-11-09 15:17:07 +01:00
ssl_fork_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_mail_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_pthread_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_server2.c ssl_test_lib: move initial includes and is-it-supported check 2021-01-06 10:25:35 +01:00
ssl_server.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_test_common_source.c ssl_test_common_source.c: new source file for common SSL test code 2021-01-06 10:25:35 +01:00
ssl_test_lib.c ssl_test_lib: move initial includes and is-it-supported check 2021-01-06 10:25:35 +01:00
ssl_test_lib.h ssl_test_lib: move initial includes and is-it-supported check 2021-01-06 10:25:35 +01:00