mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
tls13: early_data: cli: improve comment
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
@ -2207,8 +2207,7 @@ static int ssl_tls13_process_encrypted_extensions(mbedtls_ssl_context *ssl)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Move `session_negotiate->ciphersuite` assignment here which after
|
* Move `session_negotiate->ciphersuite` assignment here which after
|
||||||
* early data cipher suite check when receiving "early_data" extension
|
* early data cipher suite check.
|
||||||
* in EncryptedExtensions.
|
|
||||||
*
|
*
|
||||||
* We compute transform_handshake by the cipher suite chosen from
|
* We compute transform_handshake by the cipher suite chosen from
|
||||||
* the server in `handshake`. `session_negotiate->ciphersuite` is the
|
* the server in `handshake`. `session_negotiate->ciphersuite` is the
|
||||||
|
Reference in New Issue
Block a user