mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Merge branch 'feature/mbedtls-2.16.12-integration_v4.2' into 'release/v4.2'
mbedtls: upgrade to release v2.16.12 (v4.2) See merge request espressif/esp-idf!16485
This commit is contained in:
@ -132,14 +132,14 @@ menu "mbedTLS"
|
|||||||
certificate and private key to ssl config object again.
|
certificate and private key to ssl config object again.
|
||||||
|
|
||||||
config MBEDTLS_DYNAMIC_FREE_CA_CERT
|
config MBEDTLS_DYNAMIC_FREE_CA_CERT
|
||||||
bool "Free SSL ca certificate after its usage"
|
bool "Free SSL CA certificate after its usage"
|
||||||
default y
|
default y
|
||||||
depends on MBEDTLS_DYNAMIC_FREE_CONFIG_DATA
|
depends on MBEDTLS_DYNAMIC_FREE_CONFIG_DATA
|
||||||
help
|
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:
|
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,
|
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
|
config MBEDTLS_DEBUG
|
||||||
bool "Enable mbedTLS debugging"
|
bool "Enable mbedTLS debugging"
|
||||||
|
Submodule components/mbedtls/mbedtls updated: 6465247f67...dc406b82b2
Reference in New Issue
Block a user