mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 16:41:19 +08:00
fix various issue
- rename connection time variable - remove unnecessary comments Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
9e7f9bc253
commit
ebe1de62f9
@ -1407,9 +1407,6 @@ cleanup:
|
|||||||
* case encrypted_extensions: Empty;
|
* case encrypted_extensions: Empty;
|
||||||
* };
|
* };
|
||||||
* } EarlyDataIndication;
|
* } EarlyDataIndication;
|
||||||
*
|
|
||||||
* We use `mbedtls_ssl_is_handshake_over()` to decide if `max_early_data_size`
|
|
||||||
* should be sent for `new_session_ticket` is post-handshake message.
|
|
||||||
*/
|
*/
|
||||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||||
int mbedtls_ssl_tls13_write_early_data_ext(mbedtls_ssl_context *ssl,
|
int mbedtls_ssl_tls13_write_early_data_ext(mbedtls_ssl_context *ssl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user