docs: add note about newly added mbedtls config to reduce app size footprint

This commit is contained in:
Mahavir Jain
2024-04-04 09:23:05 +05:30
parent 7b6622b5b6
commit 468732a4d2

View File

@@ -419,6 +419,7 @@ These include:
- :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`)
- Consider disabling :ref:`CONFIG_MBEDTLS_ERROR_STRINGS` if the application is pulling in mbedTLS error strings because of :cpp:func:`mbedtls_strerror` usage
The help text for each option has some more information.