Skip to content

Commit 2540dfe

Browse files
committedJun 6, 2024
[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 579d8ee commit 2540dfe

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
@@ -420,6 +420,9 @@ config MBEDTLS_SSL_SRV_C
420420
config MBEDTLS_SSL_COOKIE_C
421421
default n
422422

423+
config MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
424+
default y
425+
423426
# ==============================================================================
424427
# Logging configuration
425428
# ==============================================================================

0 commit comments

Comments
 (0)