Skip to content

Commit da6ec40

Browse files
rado17kapbh
authored andcommitted
[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 d713d1a commit da6ec40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/wifi/overlay-enterprise.conf

Lines changed: 1 addition & 1 deletion
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)