summaryrefslogtreecommitdiff
path: root/lib/mbedtls
AgeCommit message (Collapse)Author
2021-05-25lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2021-03-11lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.Mirko Vogt
From a version numbering point of view this is a downgrade (2.17.0 -> 2.16.x). However the latest commit for version 2.17.0 is from March 2019 and no further minor release happened after 2.17.0. This version is EOL. 2.16.x though is still actively maintained as a long term release, hence security and stability fixes are still being backported, including compatibility with upcoming compiler releases.
2019-06-05lib: Add new submodule for mbedtls, currently at v2.17.0.Damien George
From upstream source: https://github.com/ARMmbed/mbedtls.git