mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-08 02:02:16 +03:00
@@ -740,7 +740,9 @@ static int ssl_tls13_process_client_hello( mbedtls_ssl_context *ssl )
|
|||||||
|
|
||||||
MBEDTLS_SSL_PROC_CHK_NEG( ssl_tls13_parse_client_hello( ssl, buf,
|
MBEDTLS_SSL_PROC_CHK_NEG( ssl_tls13_parse_client_hello( ssl, buf,
|
||||||
buf + buflen ) );
|
buf + buflen ) );
|
||||||
parse_client_hello_ret = ret;
|
parse_client_hello_ret = ret; /* store return reason of parse_client_hello
|
||||||
|
without error. on error, this statment will
|
||||||
|
not be called.*/
|
||||||
|
|
||||||
MBEDTLS_SSL_PROC_CHK( ssl_tls13_postprocess_client_hello( ssl ) );
|
MBEDTLS_SSL_PROC_CHK( ssl_tls13_postprocess_client_hello( ssl ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user