Update mbedtls to version 3.6.2
This new update to the LTS branch of MbedTLS provides
the fix for a buffer underrun vulnerability. TF-A does
not use the previously vulnerable functions
`mbedtls_pk_write_key_der` or `mbedtls_pk_write_key_pem`.
Full patch notes to this MbedTLS update can be found at
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.2.
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
Change-Id: I3496fbe54c3d85f7a5330b49cd77ccd16f7cb7fa
(cherry picked from commit f3eb26844acefd8e78e1b69e99eeecca9b21ac08)
diff --git a/script/tf-coverity/common-def.sh b/script/tf-coverity/common-def.sh
index 98edb06..bec96fc 100644
--- a/script/tf-coverity/common-def.sh
+++ b/script/tf-coverity/common-def.sh
@@ -79,7 +79,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.6.1"
+MBED_TLS_SOURCES_TAG="mbedtls-3.6.2"
# TF-M variables
TF_M_TESTS_DIR=tf-m-tests