mbedtls/programs/ssl
Manuel Pégourié-Gonnard 86cfa6c27f Allow CMake to generate query_config.c
This one was trickier for two reasons:

1. It's used from another directory, see
https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#how-can-i-add-a-dependency-to-a-source-file-which-is-generated-in-a-subdirectory

2. The C file being generated after CMake is run means CMake can't
automatically scan for included headers and do its usual magic, so we
need to declare the dependency and more importantly the include path.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2021-10-25 13:16:03 +01:00
..
CMakeLists.txt Allow CMake to generate query_config.c 2021-10-25 13:16:03 +01:00
dtls_client.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
dtls_server.c Allow read-only access to lists of certificates, CRL, CRL entries 2021-08-31 23:18:07 +02:00
mini_client.c mbedtls_net_context: make fd public on Unix/POSIX platforms 2021-08-31 22:54:27 +02:00
ssl_client1.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_client2.c Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on 2021-09-29 10:15:42 -04:00
ssl_context_info.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_fork_server.c Allow read-only access to lists of certificates, CRL, CRL entries 2021-08-31 23:18:07 +02:00
ssl_mail_client.c Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
ssl_pthread_server.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_server2.c Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on 2021-09-29 10:15:42 -04:00
ssl_server.c Allow read-only access to lists of certificates, CRL, CRL entries 2021-08-31 23:18:07 +02:00
ssl_test_common_source.c Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on 2021-09-29 10:15:42 -04:00
ssl_test_lib.c Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs 2021-05-21 18:10:44 +02:00
ssl_test_lib.h Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on 2021-09-29 10:15:42 -04:00