fix various issues

- get ticket_flags with function.
- improve output message and check it.
- improve `ssl_server2` help message

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-11-21 17:06:36 +08:00
parent 3db60dfe5e
commit ea96ac3da9
3 changed files with 9 additions and 7 deletions
programs/ssl

View file

@ -435,7 +435,9 @@ int main(void)
" The max amount of 0-RTT data for 1st and 2nd connection\n" \
" format: 1st_connection_value[,2nd_connection_value]\n" \
" available values: < 0 (disabled), >= 0 (enabled).\n" \
" The absolute value is the max amount of 0-RTT data.\n"
" The absolute value is the max amount of 0-RTT data \n" \
" up to UINT32_MAX. \n"
#else
#define USAGE_EARLY_DATA ""
#endif /* MBEDTLS_SSL_EARLY_DATA */