summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-10-21 13:27:32 -0400
committerMalfurious <m@lfurio.us>2024-10-24 06:41:41 -0400
commitd1aea038b08db11d5f12132b2842aba5fff8dd5a (patch)
treeec570a2bfb22e645d7e911a40b7acd249f955da6 /.gitmodules
parent5494fc310acf0aabb9d828451331e44483eb21c7 (diff)
downloadcompass-d1aea038b08db11d5f12132b2842aba5fff8dd5a.tar.gz
compass-d1aea038b08db11d5f12132b2842aba5fff8dd5a.zip
Add Mbedtls library
I'm planning to start rewriting compass in C, so I've been looking for a portable C-oriented crypto library to replace Crypto++. This commit adds version 3.6.0 of mbedtls to the build. Mbedtls is available under the Apache license. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..f1b208d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "mbedtls"]
+ path = mbedtls
+ url = https://github.com/Mbed-TLS/mbedtls