From bcadeeb7d36cc269a0178895af4ced984f87f68f Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 20 Dec 2021 10:27:44 +0530 Subject: [PATCH 1/2] mbedtls: small documentation update --- components/mbedtls/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/mbedtls/Kconfig b/components/mbedtls/Kconfig index f7eadb35f4..2cba606261 100644 --- a/components/mbedtls/Kconfig +++ b/components/mbedtls/Kconfig @@ -132,14 +132,14 @@ menu "mbedTLS" certificate and private key to ssl config object again. config MBEDTLS_DYNAMIC_FREE_CA_CERT - bool "Free SSL ca certificate after its usage" + bool "Free SSL CA certificate after its usage" default y depends on MBEDTLS_DYNAMIC_FREE_CONFIG_DATA help - Free ca certificate after its usage in the handshake process. + Free CA certificate after its usage in the handshake process. This option will decrease the heap footprint for the TLS handshake, but may lead to a problem: If the respective ssl object needs to perform the TLS handshake again, - the ca certificate should once again be registered to the ssl object. + the CA certificate should once again be registered to the ssl object. config MBEDTLS_DEBUG bool "Enable mbedTLS debugging" From 36c712368d122f9731763cb45a416a3399108eb7 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 20 Dec 2021 10:28:14 +0530 Subject: [PATCH 2/2] mbedtls: upgrade to release v2.16.12 For release notes, please refer to: https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.12 --- components/mbedtls/mbedtls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mbedtls/mbedtls b/components/mbedtls/mbedtls index 73cfa42bd3..dc406b82b2 160000 --- a/components/mbedtls/mbedtls +++ b/components/mbedtls/mbedtls @@ -1 +1 @@ -Subproject commit 73cfa42bd39a704fa2706e3c1b1b532be5f19eed +Subproject commit dc406b82b20481bde74a60fa8a776285d3fb9cf3