summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksims Svecovs <maksims.svecovs@arm.com>2023-05-10 15:22:59 +0100
committerJoanna Farley <joanna.farley@arm.com>2023-05-11 13:12:36 +0200
commit9492858720265f3bdfb3e1627122c135c5e7577d (patch)
treeb1f51b4b0790327cb84c44b1577c2b3370684be2
parentb06f9c8c5fa7bfb72ca2a87f6730992614e78ac1 (diff)
feat(mbedtls): update to 3.4.0
Update MbedTLS to version 3.4.0. Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: I29b061cccc373cd7f36cc690f19a3de64d9888af
-rw-r--r--script/tf-coverity/common-def.sh2
-rw-r--r--utils.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/script/tf-coverity/common-def.sh b/script/tf-coverity/common-def.sh
index 6e17ea96..dae1e830 100644
--- a/script/tf-coverity/common-def.sh
+++ b/script/tf-coverity/common-def.sh
@@ -80,7 +80,7 @@ MBED_TLS_URL_REPO=https://github.com/ARMmbed/mbedtls.git
# mbed TLS source tag to checkout when building Trusted Firmware with
# cryptography support (e.g. for Trusted Board Boot feature).
-MBED_TLS_SOURCES_TAG="mbedtls-3.3.0"
+MBED_TLS_SOURCES_TAG="mbedtls-3.4.0"
ARMCLANG_PATH="$(set_armclang_toolchain)"
diff --git a/utils.sh b/utils.sh
index d924a0d2..e75a4df9 100644
--- a/utils.sh
+++ b/utils.sh
@@ -639,7 +639,7 @@ scp_mcp_downloads="${scp_mcp_downloads:-$tfa_downloads/css_scp_2.12.0}"
linaro_2001_release="${linaro_2001_release:-$tfa_downloads/linaro/20.01}"
linaro_release="${linaro_release:-$linaro_2001_release}"
-mbedtls_version="${mbedtls_version:-3.3.0}"
+mbedtls_version="${mbedtls_version:-3.4.0}"
# mbedTLS archive public hosting available at github.com
mbedtls_archive="${mbedtls_archive:-https://github.com/Mbed-TLS/mbedtls/archive/mbedtls-${mbedtls_version}.tar.gz}"