File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
en/api-guides/performance
zh_CN/api-guides/performance Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -502,6 +502,8 @@ These include:
502
502
- :ref: `CONFIG_MBEDTLS_CCM_C `
503
503
- :ref: `CONFIG_MBEDTLS_GCM_C `
504
504
- :ref: `CONFIG_MBEDTLS_ECP_C ` (Alternatively: Leave this option enabled but disable some of the elliptic curves listed in the sub-menu.)
505
+ - :ref: `CONFIG_MBEDTLS_ECP_NIST_OPTIM `
506
+ - :ref: `CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM `
505
507
- Change :ref: `CONFIG_MBEDTLS_TLS_MODE ` if both server & client functionalities are not needed
506
508
- Consider disabling some cipher suites listed in the ``TLS Key Exchange Methods `` sub-menu (i.e. :ref: `CONFIG_MBEDTLS_KEY_EXCHANGE_RSA `)
507
509
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ ESP-IDF 的 I/O 函数( ``printf()`` 和 ``scanf()`` 等)默认使用 Newlib
484
484
485
485
.. _minimizing_binary_mbedtls :
486
486
487
- mbedTLS 功能
487
+ MbedTLS 功能
488
488
@@@@@@@@@@@@@@@@@@@@@
489
489
490
490
在 **Component Config ** > **mbedTLS ** 下有多个默认启用的 mbedTLS 功能,如果不需要,可以禁用相应功能以减小代码大小。
@@ -502,6 +502,8 @@ mbedTLS 功能
502
502
- :ref: `CONFIG_MBEDTLS_CCM_C `
503
503
- :ref: `CONFIG_MBEDTLS_GCM_C `
504
504
- :ref: `CONFIG_MBEDTLS_ECP_C ` (或者:启用此选项,但在子菜单中禁用部分椭圆曲线)
505
+ - :ref: `CONFIG_MBEDTLS_ECP_NIST_OPTIM `
506
+ - :ref: `CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM `
505
507
- 如果不需要 mbedTLS 的服务器和客户端功能,可以修改 :ref: `CONFIG_MBEDTLS_TLS_MODE `
506
508
- 可以考虑禁用在 ``TLS Key Exchange Methods `` 子菜单中列出的一些密码套件(例如 :ref: `CONFIG_MBEDTLS_KEY_EXCHANGE_RSA `),以减小代码大小。
507
509
You can’t perform that action at this time.
0 commit comments