Update Mbed TLS to v2.16.8 from v2.16.7 (#309)

* Updated the git submodule pointer for Mbed TLS to point to v2.16.8.
* Updated the .gitmodules file to have the matching tag.
* No changes to the config file were required.
This commit is contained in:
Joshua Yan
2020-10-01 14:28:56 -07:00
committed by GitHub
parent 5ac89f6705
commit 9857c0b502
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -4,7 +4,7 @@
[submodule "mbedtls"]
path = FreeRTOS-Plus/Source/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
branch = mbedtls-2.16.7
branch = mbedtls-2.16.8
[submodule "FreeRTOS-Plus/Source/FreeRTOS-IoT-Libraries-LTS-Beta2/pkcs11/FreeRTOS-PKCS"]
path = FreeRTOS-Plus/Source/FreeRTOS-IoT-Libraries-LTS-Beta2/pkcs11/FreeRTOS-PKCS
url = https://github.com/FreeRTOS/FreeRTOS-PKCS.git