diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-06-21 14:35:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-21 14:35:54 +0100 |
commit | e960518854aa0ebcae5e8daf3f60ffd2aa173e95 (patch) | |
tree | c297b1e0a4a10c7ba10b240819c976609124ce6e /docs | |
parent | ec942295d2d4a3835e459e3c90b103fb03d35dc4 (diff) | |
parent | d25b527c88500d6ee69e39a9662a04694230991b (diff) | |
download | platform_external_arm-trusted-firmware-e960518854aa0ebcae5e8daf3f60ffd2aa173e95.tar.gz platform_external_arm-trusted-firmware-e960518854aa0ebcae5e8daf3f60ffd2aa173e95.tar.bz2 platform_external_arm-trusted-firmware-e960518854aa0ebcae5e8daf3f60ffd2aa173e95.zip |
Merge pull request #1428 from jeenu-arm/mbedtls
Move to mbedtls-2.10.0 tag
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 7e50dc188..c7f7ef86d 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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. |