Skip to content

Commit

Permalink
[nrf toup] Enable MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH config
Browse files Browse the repository at this point in the history
This commit enables MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH for Matter over
Wi-Fi to optimize flash usage.

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
  • Loading branch information
LuDuda committed May 17, 2024
1 parent f6d17b4 commit 7b4f94b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@ config MBEDTLS_SSL_SRV_C
config MBEDTLS_SSL_COOKIE_C
default n

config MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
default y

# ==============================================================================
# Logging configuration
# ==============================================================================
Expand Down

0 comments on commit 7b4f94b

Please sign in to comment.