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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue