8000 esp32: Resize SSL output buffer from 16 to 4 kiB. · jimmo/micropython@d8c8188 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8c8188

Browse files
committed
esp32: Resize SSL output buffer from 16 to 4 kiB.
Fixes micropython#5303
1 parent d30b75e commit d8c8188

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/esp32/boards/sdkconfig.base

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ CONFIG_LWIP_PPP_SUPPORT=y
2828
CONFIG_LWIP_PPP_PAP_SUPPORT=y
2929
CONFIG_LWIP_PPP_CHAP_SUPPORT=y
3030

31+
# SSL
32+
# Use 4kiB output buffer instead of the default 16kiB -- See issue #5303
33+
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y
34+
3135
# v3.3-only (renamed in 4.0)
3236
CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
3337
CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=n

0 commit comments

Comments
 (0)
0