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 20ab752e3f
commit e6ad551c10
4 changed files with 5 additions and 3 deletions

View File

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