Skip to content

Commit

Permalink
Enable TLS1.3 support (#244)
Browse files Browse the repository at this point in the history
* enable tls1.3 support

* yamllint fix
  • Loading branch information
kahrendt authored Dec 26, 2024
1 parent 44eaaaf commit 60f040a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60f040a

Please sign in to comment.