feat(mbedtls): upgrade to 3.4.1

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Ic05740a7dc4c6052f16657994f7fa2a12051f649
diff --git a/script/tf-coverity/common-def.sh b/script/tf-coverity/common-def.sh
index dae1e83..932b3f4 100644
--- a/script/tf-coverity/common-def.sh
+++ b/script/tf-coverity/common-def.sh
@@ -80,7 +80,7 @@
 
 # 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.4.0"
+MBED_TLS_SOURCES_TAG="mbedtls-3.4.1"
 
 ARMCLANG_PATH="$(set_armclang_toolchain)"
 
diff --git a/utils.sh b/utils.sh
index 8627913..a2562c3 100644
--- a/utils.sh
+++ b/utils.sh
@@ -595,7 +595,7 @@
 
 linaro_2001_release="${linaro_2001_release:-$tfa_downloads/linaro/20.01}"
 linaro_release="${linaro_release:-$linaro_2001_release}"
-mbedtls_version="${mbedtls_version:-3.4.0}"
+mbedtls_version="${mbedtls_version:-3.4.1}"
 
 # mbedTLS archive public hosting available at github.com
 mbedtls_archive="${mbedtls_archive:-https://github.com/Mbed-TLS/mbedtls/archive/mbedtls-${mbedtls_version}.tar.gz}"