improve early data comments

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-11-22 12:40:20 +08:00
parent 10795a0c3b
commit db6fda71e5

View File

@ -3206,10 +3206,10 @@ static int ssl_tls13_prepare_new_session_ticket(mbedtls_ssl_context *ssl,
/* RFC 8446 section 4.2.10 /* RFC 8446 section 4.2.10
* *
* struct { * struct {
* select ( Handshake.msg_type ) { * select (Handshake.msg_type) {
* case new_session_ticket: uint32 max_early_data_size; * case new_session_ticket: uint32 max_early_data_size;
* ... * ...
* }; * };
* } EarlyDataIndication; * } EarlyDataIndication;
*/ */
MBEDTLS_CHECK_RETURN_CRITICAL MBEDTLS_CHECK_RETURN_CRITICAL