mbedtls/programs/ssl
Manuel Pégourié-Gonnard d64a2f72e6 Fix wrong ifdef in ssl_server2 & add test for it
This was found as a warning when running scripts/baremetal.sh --ram
--build-only manually, but it should have been found in a more automated way.
Adding -Werror so that future such issues will be caught by all.sh
(component_test_baremetal already invokes baremetal.sh --ram --build-only).
2019-07-30 16:56:43 +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 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C 2019-07-08 11:32:50 +01:00
dtls_server.c Fix indentation in three example programs 2019-07-30 16:56:25 +02:00
mini_client.c Allow compile-time configuration of I/O function pointers 2019-07-04 10:28:55 +01:00
query_config.c Introduce configuration option and API for SSL record checking 2019-07-30 15:38:40 +03:00
ssl_client1.c Fix indentation in three example programs 2019-07-30 16:56:25 +02:00
ssl_client2.c Example apps: Don't use runtime IO config API if CBs are hardcoded 2019-07-30 16:50:27 +02:00
ssl_fork_server.c Example apps: Don't use runtime IO config API if CBs are hardcoded 2019-07-30 16:50:27 +02:00
ssl_mail_client.c Fix indentation in three example programs 2019-07-30 16:56:25 +02:00
ssl_pthread_server.c Example apps: Don't use runtime IO config API if CBs are hardcoded 2019-07-30 16:50:27 +02:00
ssl_server2.c Fix wrong ifdef in ssl_server2 & add test for it 2019-07-30 16:56:43 +02:00
ssl_server.c Example apps: Don't use runtime IO config API if CBs are hardcoded 2019-07-30 16:50:27 +02:00