mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user