feat(mbedtls): update to version 3.6.3

This commit is contained in:
Ashish Sharma
2025-03-26 18:07:14 +08:00
committed by Aditya Patwardhan
parent 401f9e7efc
commit f707fdea34
4 changed files with 129 additions and 2 deletions

View File

@@ -708,6 +708,8 @@ esp_err_t set_client_config(const char *hostname, size_t hostlen, esp_tls_cfg_t
return ESP_ERR_MBEDTLS_SSL_SET_HOSTNAME_FAILED;
}
free(use_host);
} else {
mbedtls_ssl_set_hostname(&tls->ssl, NULL);
}
if ((ret = mbedtls_ssl_config_defaults(&tls->conf,