diff --git a/.gitmodules b/.gitmodules
index 2b7f14f9d..a04e05369 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,3 +55,6 @@
[submodule "project/lib/axtls"]
path = project/lib/axtls
url = https://github.com/native-toolkit/axtls
+[submodule "project/lib/mbedtls"]
+ path = project/lib/mbedtls
+ url = https://github.com/native-toolkit/mbedtls
diff --git a/NOTICE.md b/NOTICE.md
index ebcc55553..fcf79789f 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -4,13 +4,13 @@ Notices
### Lime
Copyright (c) 2013-2017 Joshua Granick and other Lime contributors
-This product bundles axTLS 1.4.9, which is available under a
+This product bundles axTLS 2.1.4, which is available under a
"BSD" license. For details, see [project/lib/axtls/](project/lib).
This product bundles cairo 1.15.2, which is available under an
"MPL 1.1" license. For details, see [project/lib/cairo/](project/lib).
-This product bundles libcurl 7.37.1, which is available under an
+This product bundles libcurl 7.56.1, which is available under an
"MIT/X derivate" license. For details, see [project/lib/curl/](project/lib).
This product bundles efsw, which is available under an
@@ -31,6 +31,9 @@ This product bundles libogg 1.3.0, which is available under a
This product bundles LZMA SDK 4.65, which is available under
public domain. For details, see [project/lib/lzma/](project/lzma).
+This product bundles mbedTLS 2.6.0, which is available under an
+"Apache 2.0" license. For details, see [project/lib/mbedtls/](project/lib).
+
This product bundles OpenAL-Soft 1.17.2, which is available under an
"LGPLv3" license. For details, see [project/lib/openal/](project/lib).
diff --git a/project/Build.xml b/project/Build.xml
index 2ac4822d4..f363f6c24 100644
--- a/project/Build.xml
+++ b/project/Build.xml
@@ -9,7 +9,7 @@
-
+
@@ -17,6 +17,7 @@
+
@@ -39,6 +40,7 @@
+
@@ -300,6 +302,7 @@
+
@@ -330,6 +333,7 @@
+
diff --git a/project/lib/axtls b/project/lib/axtls
index 961447ca2..69f8aaa0e 160000
--- a/project/lib/axtls
+++ b/project/lib/axtls
@@ -1 +1 @@
-Subproject commit 961447ca2d56c15b9c7bfe62270d56384ad36371
+Subproject commit 69f8aaa0ed52cf1f1175cacf9f30ad5d7a8d7a74
diff --git a/project/lib/curl b/project/lib/curl
index b97ec6d82..d65a53824 160000
--- a/project/lib/curl
+++ b/project/lib/curl
@@ -1 +1 @@
-Subproject commit b97ec6d82c4b27d89b1f0cf0c103f574c9ece871
+Subproject commit d65a53824cbaa2dab9cc3598fa00f2a3a0593b98
diff --git a/project/lib/mbedtls b/project/lib/mbedtls
new file mode 160000
index 000000000..2014806c6
--- /dev/null
+++ b/project/lib/mbedtls
@@ -0,0 +1 @@
+Subproject commit 2014806c66f52e1dcadcf02b2fdda48d798b2fc1