diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2019-03-15 15:27:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 15:27:59 +0000 |
commit | d409c3eb3e50839220fb222eec0234afa137ef31 (patch) | |
tree | addcb3c802a9b0821cbdf4cd5275652973d769ee /docs | |
parent | accabf404d9b5c69b8efdd50ed6d9f66e202c29d (diff) | |
parent | 62e2d974233849273f43f3c18a272ac12ea320a7 (diff) | |
download | platform_external_arm-trusted-firmware-d409c3eb3e50839220fb222eec0234afa137ef31.tar.gz platform_external_arm-trusted-firmware-d409c3eb3e50839220fb222eec0234afa137ef31.tar.bz2 platform_external_arm-trusted-firmware-d409c3eb3e50839220fb222eec0234afa137ef31.zip |
Merge pull request #1890 from jts-arm/mbedtls
Update documentation for mbed TLS v2.16
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 d3c63c751..de4611cc1 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -1114,7 +1114,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.12.0``. + ``mbedtls-2.16.0``. The ``drivers/auth/mbedtls/mbedtls_*.mk`` files contain the list of mbed TLS source files the modules depend upon. |