Skip to content

Commit 5b1c2c0

Browse files
committed
[nrf fromtree] net: wifi: shell: Fix alloc failures during cert validation
Memory allocation failures during certificate validation causes connection termination. Increase MBEDTLS_HEAP_SIZE to fix this. Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit 58591c6)
1 parent fa22fe0 commit 5b1c2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/wifi/overlay-enterprise.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ CONFIG_NET_BUF_RX_COUNT=36
77
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
88
# for MbedTLS gives us more control over the heap size.
99
CONFIG_MBEDTLS_ENABLE_HEAP=y
10-
CONFIG_MBEDTLS_HEAP_SIZE=55000
10+
CONFIG_MBEDTLS_HEAP_SIZE=60000

0 commit comments

Comments
 (0)