From 60f040a44cce914968d6564287459159c3f5253c Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Thu, 26 Dec 2024 09:06:08 -0500 Subject: [PATCH] Enable TLS1.3 support (#244) * enable tls1.3 support * yamllint fix --- home-assistant-voice.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/home-assistant-voice.yaml b/home-assistant-voice.yaml index dc3da71..7cddca1 100644 --- a/home-assistant-voice.yaml +++ b/home-assistant-voice.yaml @@ -93,6 +93,7 @@ esp32: CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY: "y" CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC: "y" + CONFIG_MBEDTLS_SSL_PROTO_TLS1_3: "y" # TLS1.3 support isn't enabled by default in IDF 5.1.5 wifi: id: wifi_id