From a5dae2ff4378ddcce3faffe4a1950fb5c8f00458 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Tue, 30 Jul 2019 16:48:03 +0530 Subject: [PATCH] mbedtls: keep asymmetric tls buffer length option enabled by default --- components/mbedtls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mbedtls/Kconfig b/components/mbedtls/Kconfig index 91b5c506e..e597af282 100644 --- a/components/mbedtls/Kconfig +++ b/components/mbedtls/Kconfig @@ -57,7 +57,7 @@ menu "mbedTLS" config MBEDTLS_ASYMMETRIC_CONTENT_LEN bool "Asymmetric in/out fragment length" - default n + default y help If enabled, this option allows customizing TLS in/out fragment length in asymmetric way. Please note that enabling this with default values