commit | c5f75b914824a6c3cb992596b44f1c2a116eb7d3 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Tue Nov 26 04:39:38 2024 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Nov 28 12:56:53 2024 +0000 |
tree | 430308bdc5397e13e64366bbfefdde82c69bd47c | |
parent | 58a254ae181886efcf6e691789a67d5c145eecf4 [diff] [blame] |
feat(realm): add MbedTLS as submodule This patch adds MbedTLS repository as a git submodule. The version of MbedTLS added is v3.6.2. Signed-off-by: Soby Mathew <soby.mathew@arm.com> Change-Id: I744ef44e61c85ade3d56920cfc1b8fd1a27bb045
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1946491 --- /dev/null +++ b/.gitmodules
@@ -0,0 +1,3 @@ +[submodule "ext/mbedtls"] + path = ext/mbedtls + url = https://github.com/Mbed-TLS/mbedtls.git