mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge changes from topic "sb/mbedtls-2.28" into integration
* changes: docs(prerequisites): upgrade to mbed TLS 2.28.0 build(deps): upgrade to mbed TLS 2.28.0
This commit is contained in:
commit
ab1c943981
2 changed files with 4 additions and 2 deletions
|
@ -58,9 +58,10 @@ supporting tools:
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ LIBMBEDTLS_SRCS := $(addprefix ${MBEDTLS_DIR}/library/, \
|
|||
rsa_internal.c \
|
||||
x509.c \
|
||||
x509_crt.c \
|
||||
constant_time.c \
|
||||
)
|
||||
|
||||
# The platform may define the variable 'TF_MBEDTLS_KEY_ALG' to select the key
|
||||
|
|
Loading…
Add table
Reference in a new issue