Skip to content

Commit a11f26f

Browse files
committed
[nrf noup] snippets: wifi-enterprise: Increase MBEDTLS heap size
With NRF security, higher heap requirement is seen for operating with RSA-3072 based certificates. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent f28ed0b commit a11f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/wifi-enterprise/wifi-enterprise.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
55
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
66
# for MbedTLS gives us more control over the heap size.
77
CONFIG_MBEDTLS_ENABLE_HEAP=y
8-
CONFIG_MBEDTLS_HEAP_SIZE=70000
8+
CONFIG_MBEDTLS_HEAP_SIZE=75000
99

1010
#For use with Wi-Fi Credentials
1111
CONFIG_WIFI_CREDENTIALS=y

0 commit comments

Comments
 (0)