mbedtls/programs/ssl
Manuel Pégourié-Gonnard 3eea9a461c SSL programs: allow invoking without arguments
All options have reasonable default so the programs don't need arguments
to do something useful.

It is widely accepted for programs that can work without arguments need
not insist on the user passing arguments, see 'ls', 'wc', 'sort', 'more'
and any number of POSIX utilities that all work without arguments.

It is also the historical behaviour of those programs, and something
relied one by at least a few team members.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-06-26 11:29:35 +02:00
..
CMakeLists.txt Rename DEV_MODE to GEN_FILES 2021-10-25 13:16:04 +01:00
dtls_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
dtls_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
mini_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_client1.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_client2.c SSL programs: allow invoking without arguments 2023-06-26 11:29:35 +02:00
ssl_context_info.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_fork_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_mail_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_pthread_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_server2.c SSL programs: allow invoking without arguments 2023-06-26 11:29:35 +02:00
ssl_test_common_source.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.h SSL: fix test failures 2023-03-21 16:29:31 +01:00