Explorar el Código

mbedtls: keep asymmetric tls buffer length option enabled by default

Mahavir Jain hace 6 años
padre
commit
5582878f8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/mbedtls/Kconfig

+ 1 - 1
components/mbedtls/Kconfig

@@ -57,7 +57,7 @@ menu "mbedTLS"
 
 
     config MBEDTLS_ASYMMETRIC_CONTENT_LEN
     config MBEDTLS_ASYMMETRIC_CONTENT_LEN
         bool "Asymmetric in/out fragment length"
         bool "Asymmetric in/out fragment length"
-        default n
+        default y
         help
         help
             If enabled, this option allows customizing TLS in/out fragment length
             If enabled, this option allows customizing TLS in/out fragment length
             in asymmetric way. Please note that enabling this with default values
             in asymmetric way. Please note that enabling this with default values