mbedtls/programs/ssl
Manuel Pégourié-Gonnard 39a0a76fcc SSL programs: improve command-line error reporting
Every now and then, I see of these programs failing with a super-long
usage message that gives no clue as to what went wrong. (Recently it
happened with a test case in ssl-opt.sh with a fairly long command line
that was entirely correct, except some options were not valid in this
config - the test should have been skipped but wasn't due to some other
bug. It took me longer to figure out than it should have, and could have
if the program had simply reported which param was not recognized.)

Also, have an explicit "help" command, separate "help_ciphersuites", and
have default usage message that's not multiple screens long.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-06-27 09:28:24 +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: improve command-line error reporting 2023-06-27 09:28:24 +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: improve command-line error reporting 2023-06-27 09:28:24 +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