From e686cdb450bbf01d42850457f83e45208a2655f8 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Mon, 11 Sep 2023 17:02:22 +0200 Subject: feat(mbedtls): update to 3.4.1 Update TF-A documentation to recommend using the latest and greatest release of mbedTLS library to this date, i.e. version 3.4.1. The upgrade was successfully tested by the OpenCI running all existing test configs, in particular trusted boot and measured boot related ones. The reason for this upgrade is simply to obey TF-A's guideline to always use up-to-date security libraries. mbedTLS 3.4.1 release notes [1] do not list any changes that should affect TF-A. [1] https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.4.1 Signed-off-by: Sandrine Bailleux Change-Id: Ifc31c2fc825a2fc9ca318ea8baadd51b670e7a4e --- docs/getting_started/prerequisites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/getting_started/prerequisites.rst b/docs/getting_started/prerequisites.rst index f4c3c28c4..332ed58f0 100644 --- a/docs/getting_started/prerequisites.rst +++ b/docs/getting_started/prerequisites.rst @@ -77,7 +77,7 @@ supporting tools: The following libraries are required for Trusted Board Boot and Measured Boot support: -- mbed TLS == 3.4.0 (tag: ``mbedtls-3.4.0``) +- mbed TLS == 3.4.1 (tag: ``mbedtls-3.4.1``) These tools are optional: -- cgit v1.2.3