Upgrade to Mbed TLS 2.28.0.

Version 2.28.0 is the latest and greatest 2.x release of Mbed TLS
library.

Note that the Mbed TLS project published version 3.x some time
ago. However, as this is a major release with API breakages, upgrading
to this one might require some more involved changes in TF-A, which we
are not ready to do. We shall upgrade to mbed TLS 3.x after the v2.7
release of TF-A.

Also update the URL to mbedtls repository on Github -
https://github.com/ARMmbed/mbedtls redirects to
https://github.com/Mbed-TLS/mbedtls, so we might as well directly use
the latter.

Change-Id: I812724c6794d48a66e10b454fe5cd872f5fbb245
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/arm-env.sh b/arm-env.sh
index 9d80736..11c7967 100644
--- a/arm-env.sh
+++ b/arm-env.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -24,8 +24,8 @@
 scp_tools_src_repo_url="${scp_tools_src_repo_url:-http://$arm_gerrit_url/scp/tools-non-public}"
 tf_for_scp_tools_src_repo_url="https://gerrit.oss.arm.com/scp/test-framework"
 
-# If not set, the OpenCI would download the tarball from Github every time.
-mbedtls_archive="${mbedtls_archive:-$tfa_downloads/mbedtls/mbedtls-2.26.0.tar.gz}"
+# If not set, the scripts would download the tarball from Github every time.
+mbedtls_archive="${mbedtls_archive:-$tfa_downloads/mbedtls/mbedtls-2.28.0.tar.gz}"
 
 # Arm Coverity server.
 export coverity_host="${coverity_host:-coverity.cambridge.arm.com}"