Skip to content

Commit 7b4f94b

Browse files
committed
[nrf toup] Enable MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH config
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>
1 parent f6d17b4 commit 7b4f94b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+3
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ config MBEDTLS_SSL_SRV_C
423423
config MBEDTLS_SSL_COOKIE_C
424424
default n
425425

426+
config MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
427+
default y
428+
426429
# ==============================================================================
427430
# Logging configuration
428431
# ==============================================================================

0 commit comments

Comments
 (0)