1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Changes from review

Signed-off-by: Jan Bruckner <jan@janbruckner.de>
This commit is contained in:
Jan Bruckner
2023-03-15 11:04:45 +01:00
parent 151f64283f
commit a0589e75a0
5 changed files with 12 additions and 5 deletions

View File

@ -1591,6 +1591,8 @@ static int ssl_tls13_parse_client_hello(mbedtls_ssl_context *ssl,
ret = mbedtls_ssl_tls13_parse_record_size_limit_ext(ssl, p, extension_data_end);
// Return unconditionally here until we handle the record size limit correctly.
// Once handled correctly, only return in case of errors.
return ret;
break;