diff options
author | Andrwe Tkalia <anddt@yandex.ru> | 2013-04-27 16:24:16 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-27 16:24:16 -0300 |
commit | d12e5fc8389ca252417b8966fca4d47d97214a33 (patch) | |
tree | 0d1462652c0e4c881a4bcf64cacbd4a98f448c4a /libraries/luasec/README | |
parent | 559f7259c2a2bce6537af82760ae37ab4741c45a (diff) | |
download | slackbuilds-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/README | 4 |
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. |