feat(mbedtls): update to version 3.6.3

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

View File

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