mbedTLS: Update to version 3.6.3

(cherry picked from commit 0b0655aee4)
This commit is contained in:
Fabio Alessandrelli 2025-03-24 19:11:37 +01:00 committed by Rémi Verschelde
parent abef5e0d23
commit 1e37886e19
No known key found for this signature in database
GPG key ID: C3336907360768E1
46 changed files with 917 additions and 683 deletions

View file

@ -319,6 +319,7 @@ static int ssl_tls13_write_key_share_ext(mbedtls_ssl_context *ssl,
ssl, group_id, p, end, &key_exchange_len);
p += key_exchange_len;
if (ret != 0) {
MBEDTLS_SSL_DEBUG_MSG(1, ("client hello: failed generating xxdh key exchange"));
return ret;
}