Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
e9605188
Unverified
Commit
e9605188
authored
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1428 from jeenu-arm/mbedtls
Move to mbedtls-2.10.0 tag
parents
ec942295
d25b527c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/user-guide.rst
+1
-1
docs/user-guide.rst
drivers/auth/mbedtls/mbedtls_common.mk
+3
-1
drivers/auth/mbedtls/mbedtls_common.mk
with
4 additions
and
2 deletions
+4
-2
docs/user-guide.rst
View file @
e9605188
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
drivers/auth/mbedtls/mbedtls_common.mk
View file @
e9605188
#
# 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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help