mbedtls/programs/ssl
Manuel Pégourié-Gonnard ba8b1eb5d9 Use negated option for controlling TLS support.
A positive option looks better, but comes with the following compatibility
issue: people using a custom config.h that is not based on the default
config.h and need TLS support would need to manually change their config in
order to still get TLS.

Work around that by making the public option negative. Internally the positive
option is used, though.

In the future (when preparing the next major version), we might want to switch
back to a positive option as this would be more consistent with other options
we have.
2019-06-17 15:26:34 +02:00
..
CMakeLists.txt Improve cmake inclusion of query_config.c when building apps 2019-02-07 10:32:31 +00:00
dtls_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
dtls_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
mini_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
query_config.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_client1.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_client2.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_fork_server.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_mail_client.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_pthread_server.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_server2.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_server.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00