diff options
author | Euan Thoms <euan@potensol.com> | 2014-08-14 13:44:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-15 23:21:27 +0700 |
commit | 845f1103c502c0a7b6bc152e2c4cd2f6b0a30b68 (patch) | |
tree | 2d94d4dcabe10948fddcec587023aaebc8a8cb8b /libraries/polarssl/README | |
parent | aea7419ca9a3a56ed6c34d8053f8a43b124c3997 (diff) |
libraries/polarssl: Added (cryptographic and SSL/TLS library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/polarssl/README')
-rw-r--r-- | libraries/polarssl/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/polarssl/README b/libraries/polarssl/README new file mode 100644 index 000000000000..fd4f29b3ed4e --- /dev/null +++ b/libraries/polarssl/README @@ -0,0 +1,4 @@ +PolarSSL is a light-weight open source cryptographic and SSL/TLS +library written in C. PolarSSL makes it easy for developers to include +cryptographic and SSL/TLS capabilities in their (embedded) +applications with as little hassle as possible. |