feat(mbedtls): update to version 3.6.3

This commit is contained in:
Ashish Sharma
2025-03-26 18:07:14 +08:00
parent 352704257a
commit 45bf1239d6
4 changed files with 5 additions and 3 deletions

View File

@@ -702,6 +702,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,