aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2020-07-20 21:09:23 +0100
committerSoby Mathew <soby.mathew@arm.com>2020-08-21 04:19:52 +0000
commit07ef6e4edb1acdd422bf7bbe36fc78ec4f7290c2 (patch)
tree3ed40afeb45fd02d22b018c7e457a948be0463ff /lib
parent54507b1645087e92b5a115919ae8fd571ace8bdb (diff)
downloadtrusted-firmware-m-07ef6e4edb1acdd422bf7bbe36fc78ec4f7290c2.tar.gz
Crypto: migrate support to MbedTLS v2.23.0
This patch migrates the mbedcrypto dependancy for TF-M to mbedTLS repo v2.23.0 which is the latest release tag. The PSA crypto headers and the crypto service implementation in TF-M is updated for additional functionality in this version. The userguide and other relevant documentation are updated to reflect the changes to location of repo. Signed-off-by: Soby Mathew <soby.mathew@arm.com> Change-Id: Ia7d3f95dc961c5815eb4416d2afbd90ec5c0c19e
Diffstat (limited to 'lib')
-rw-r--r--lib/ext/t_cose/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/t_cose/README.md b/lib/ext/t_cose/README.md
index fb23d665d6..d8acbf26ed 100644
--- a/lib/ext/t_cose/README.md
+++ b/lib/ext/t_cose/README.md
@@ -33,7 +33,7 @@ have to run in small fixed memory.
As of December 2019, the code is in reasonable working order and the public interface is
fairly stable. There is a crypto adaptaion layer for [OpenSSL](https://www.openssl.org)
-and for [Arm MBed Crypto](https://github.com/ARMmbed/mbed-crypto).
+and for [Arm MBed Crypto](https://github.com/ARMmbed/mbedTLS).
### The to-do list:
* Add some more tests, particular test vectors from C_COSE or such