summaryrefslogtreecommitdiffstats
path: root/libraries/luasec/README
diff options
context:
space:
mode:
author Andrwe Tkalia2013-04-27 21:24:16 +0200
committer Niels Horn2013-04-27 21:24:16 +0200
commitd12e5fc8389ca252417b8966fca4d47d97214a33 (patch)
tree0d1462652c0e4c881a4bcf64cacbd4a98f448c4a /libraries/luasec/README
parent559f7259c2a2bce6537af82760ae37ab4741c45a (diff)
downloadslackbuilds-d12e5fc8389ca252417b8966fca4d47d97214a33.tar.gz
libraries/luasec: Added (A Lua binding for OpenSSL library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luasec/README')
-rw-r--r--libraries/luasec/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/luasec/README b/libraries/luasec/README
new file mode 100644
index 0000000000..ef4629b1b0
--- /dev/null
+++ b/libraries/luasec/README
@@ -0,0 +1,4 @@
+A binding for OpenSSL library to provide TLS/SSL communication over
+LuaSocket. This version delegates to LuaSocket the TCP connection
+establishment between the client and server. Then LuaSec uses this
+connection to start a secure TLS/SSL session.