mbedtls/programs/ssl
Krzysztof Stachowiak 5e1b195d1f Unify the example programs' termination
This is done to account for platforms, for which we want custom behavior
upon the program termination, hence we call `mbedtls_exit()` instead of
returning from `main()`.
2019-08-16 06:37:42 +02:00
..
CMakeLists.txt Improve cmake inclusion of query_config.c when building apps 2019-02-07 10:38:22 +00:00
dtls_client.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
dtls_server.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
mini_client.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
query_config.c Introduce configuration option and API for SSL record checking 2019-08-06 10:09:08 +03:00
ssl_client1.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_client2.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_fork_server.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_mail_client.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_pthread_server.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_server.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_server2.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00