mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-10 03:39:03 +08:00
fix comments issue
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
a8771839e8
commit
e31688b7fa
@ -1090,12 +1090,12 @@ static int ssl_tls13_get_cipher_key_info(
|
|||||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||||
/*
|
/*
|
||||||
* ssl_tls13_generate_early_key() generates the key necessary for protecting
|
* ssl_tls13_generate_early_key() generates the key necessary for protecting
|
||||||
* the early application data and the EndOfEarlyData handshake message
|
* the early application data and handshake messages as described in section 7
|
||||||
* as described in section 7 of RFC 8446.
|
* of RFC 8446.
|
||||||
*
|
*
|
||||||
* NOTE: That only one key is generated, the key for the traffic from the
|
* NOTE: Only one key is generated, the key for the traffic from the client to
|
||||||
* client to the server. The TLS 1.3 specification does not define a secret
|
* the server. The TLS 1.3 specification does not define a secret and thus
|
||||||
* and thus a key for server early traffic.
|
* a key for server early traffic.
|
||||||
*/
|
*/
|
||||||
MBEDTLS_CHECK_RETURN_CRITICAL
|
MBEDTLS_CHECK_RETURN_CRITICAL
|
||||||
static int ssl_tls13_generate_early_key( mbedtls_ssl_context *ssl,
|
static int ssl_tls13_generate_early_key( mbedtls_ssl_context *ssl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user