From 680a085eeb51286601acb1f4995e45376d7241c6 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 11 Aug 2023 09:41:21 +0530 Subject: [PATCH] docs(mbedtls): update pointers to upstream api reference and knowledge base --- docs/en/api-reference/protocols/mbedtls.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/en/api-reference/protocols/mbedtls.rst b/docs/en/api-reference/protocols/mbedtls.rst index 5aa0f554a5..586f483d7b 100644 --- a/docs/en/api-reference/protocols/mbedtls.rst +++ b/docs/en/api-reference/protocols/mbedtls.rst @@ -16,10 +16,13 @@ Mbed TLS supports SSL 3.0 up to TLS 1.3 and DTLS 1.0 to 1.2 communication by pro - Hashing - Encryption/decryption -.. note:: +Mbed TLS Documentation +---------------------- - Mbed TLS is in the process of migrating all the documentation to a single place. In the meantime, users can find the documentation at the `old Mbed TLS site `_ . +For Mbed TLS documentation please refer to the following (upstream) pointers: +- `API Reference`_ +- `Knowledge Base`_ Mbed TLS Support in ESP-IDF --------------------------- @@ -104,3 +107,7 @@ Reducing Binary Size ^^^^^^^^^^^^^^^^^^^^ Under ``Component Config -> mbedTLS``, there are multiple Mbed TLS features which are enabled by default but can be disabled if not needed to save code size. More information can be about this can be found in :ref:`Minimizing Binary Size ` docs. + + +.. _`API Reference`: https://mbed-tls.readthedocs.io/projects/api/en/v3.4.1/ +.. _`Knowledge Base`: https://mbed-tls.readthedocs.io/en/latest/kb/