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/slack-desc | |
parent | 559f7259c2a2bce6537af82760ae37ab4741c45a (diff) |
libraries/luasec: Added (A Lua binding for OpenSSL library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luasec/slack-desc')
-rw-r--r-- | libraries/luasec/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/luasec/slack-desc b/libraries/luasec/slack-desc new file mode 100644 index 0000000000000..b223a49f9b2a0 --- /dev/null +++ b/libraries/luasec/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +luasec: luasec (A Lua binding for OpenSSL library) +luasec: +luasec: A binding for OpenSSL library to provide TLS/SSL communication over +luasec: LuaSocket. This version delegates to LuaSocket the TCP connection +luasec: establishment between the client and server. Then LuaSec uses this +luasec: connection to start a secure TLS/SSL session. +luasec: +luasec: +luasec: +luasec: +luasec: |