commit | 30b340a760031efe87e400f6a749dcce5125c038 | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Thu Oct 25 17:37:00 2018 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Wed Nov 21 12:54:57 2018 +0000 |
tree | 91e0eafd35a100854d80d2e9c1d4aaff34e6a853 | |
parent | 4cb814e3a78054d5d22483085696e89bddbaa62e [diff] [blame] |
crypto: Add mbedtls-psa as a submodule mbedtls-psa contains an implementation of libmbedcrypto, including the PSA Crypto API.
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