summaryrefslogtreecommitdiffstats
path: root/libraries/mbedtls/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/mbedtls/README')
-rw-r--r--libraries/mbedtls/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/mbedtls/README b/libraries/mbedtls/README
new file mode 100644
index 0000000000..9cda09f819
--- /dev/null
+++ b/libraries/mbedtls/README
@@ -0,0 +1,6 @@
+mbed TLS is a light-weight open source cryptographic and SSL/TLS
+library written in C. mbed TLS makes it easy for developers to include
+cryptographic and SSL/TLS capabilities in their (embedded)
+applications with as little hassle as possible.
+
+NOTE: this project was formerly know as PolarSSL.