mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
docs(prerequisites): upgrade to mbed TLS 2.28.0
Upgrade to the latest and greatest 2.x release of Mbed TLS library (i.e. v2.28.0) to take advantage of their bug fixes. Note that the Mbed TLS project published version 3.x some time ago. However, as this is a major release with API breakages, upgrading to 3.x might require some more involved changes in TF-A, which we are not ready to do. We shall upgrade to mbed TLS 3.x after the v2.7 release of TF-A. Change-Id: I887dfd87893169c7be53b986e6c43338d15949d7 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
This commit is contained in:
parent
a93084be95
commit
5cae337337
1 changed files with 3 additions and 2 deletions
|
@ -58,9 +58,10 @@ supporting tools:
|
||||||
|
|
||||||
Required to build the cert_create tool.
|
Required to build the cert_create tool.
|
||||||
|
|
||||||
The following libraries are required for Trusted Board Boot support:
|
The following libraries are required for Trusted Board Boot and Measured Boot
|
||||||
|
support:
|
||||||
|
|
||||||
- mbed TLS == 2.26.0 (tag: ``mbedtls-2.26.0``)
|
- mbed TLS == 2.28.0 (tag: ``mbedtls-2.28.0``)
|
||||||
|
|
||||||
These tools are optional:
|
These tools are optional:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue