Merge pull request #1428 from jeenu-arm/mbedtls

Move to mbedtls-2.10.0 tag
This commit is contained in:
Dimitris Papastamos 2018-06-21 14:35:54 +01:00 committed by GitHub
commit e960518854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1074,7 +1074,7 @@ images with support for these features:
is important to use a version that is compatible with TF-A and fixes any
known security vulnerabilities. See `mbed TLS Security Center`_ for more
information. The latest version of TF-A is tested with tag
``mbedtls-2.6.0``.
``mbedtls-2.10.0``.
The ``drivers/auth/mbedtls/mbedtls_*.mk`` files contain the list of mbed TLS
source files the modules depend upon.

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@ -27,6 +27,8 @@ MBEDTLS_COMMON_SOURCES := drivers/auth/mbedtls/mbedtls_common.c \
memory_buffer_alloc.c \
oid.c \
platform.c \
platform_util.c \
rsa_internal.c \
)
endif