From 498d0125102821b1a8e06f15419b5be165b88e6d Mon Sep 17 00:00:00 2001 From: Jiang Guang Ming Date: Wed, 2 Aug 2023 21:14:13 +0800 Subject: [PATCH] docs: add new mbedtls configuration option in optimize size --- docs/en/api-guides/performance/size.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/api-guides/performance/size.rst b/docs/en/api-guides/performance/size.rst index 1c274bb8e1..829c73fcad 100644 --- a/docs/en/api-guides/performance/size.rst +++ b/docs/en/api-guides/performance/size.rst @@ -391,6 +391,8 @@ These include: - :ref:`CONFIG_MBEDTLS_CCM_C` - :ref:`CONFIG_MBEDTLS_GCM_C` - :ref:`CONFIG_MBEDTLS_ECP_C` (Alternatively: Leave this option enabled but disable some of the elliptic curves listed in the sub-menu.) +- :ref:`CONFIG_MBEDTLS_ECP_NIST_OPTIM` +- :ref:`CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM` - Change :ref:`CONFIG_MBEDTLS_TLS_MODE` if both server & client functionalities are not needed - Consider disabling some ciphersuites listed in the "TLS Key Exchange Methods" sub-menu (i.e. :ref:`CONFIG_MBEDTLS_KEY_EXCHANGE_RSA`)