From ee6d6f09489dd7ed765397a7728ffceb44a1e359 Mon Sep 17 00:00:00 2001 From: Euan Thoms Date: Sat, 21 Nov 2015 09:13:54 +0700 Subject: libraries/mbedtls: Added (Cryptographic and SSL/TLS library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/mbedtls/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/mbedtls/README (limited to 'libraries/mbedtls/README') 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. -- cgit v1.2.3