mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 05:42:35 +00:00
improve early data comments
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
10795a0c3b
commit
db6fda71e5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user