aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJaeden Amero <jaeden.amero@arm.com>2018-10-25 17:37:00 +0100
committerJaeden Amero <jaeden.amero@arm.com>2018-11-21 12:54:57 +0000
commit30b340a760031efe87e400f6a749dcce5125c038 (patch)
tree91e0eafd35a100854d80d2e9c1d4aaff34e6a853 /.gitmodules
parent4cb814e3a78054d5d22483085696e89bddbaa62e (diff)
downloadmbedtls-30b340a760031efe87e400f6a749dcce5125c038.zip
mbedtls-30b340a760031efe87e400f6a749dcce5125c038.tar.gz
mbedtls-30b340a760031efe87e400f6a749dcce5125c038.tar.bz2
crypto: Add mbedtls-psa as a submodule
mbedtls-psa contains an implementation of libmbedcrypto, including the PSA Crypto API.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..d25c9a6
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "crypto"]
+ path = crypto
+ url = git@github.com:ARMmbed/mbedtls-psa.git
+ branch = feature-psa