summaryrefslogtreecommitdiff
path: root/libraries/mbedtls/README
diff options
context:
space:
mode:
authorEuan Thoms <euan at potensol dot com>2015-11-21 09:13:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-21 09:13:54 +0700
commitee6d6f09489dd7ed765397a7728ffceb44a1e359 (patch)
treeb4fcf398153c2e9f14f68d20785f490c717f643e /libraries/mbedtls/README
parent2eb9a65cad73b52ef862659890e5727b038c405a (diff)
downloadslackbuilds-ee6d6f09489dd7ed765397a7728ffceb44a1e359.tar.gz
libraries/mbedtls: Added (Cryptographic and SSL/TLS library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.