blob: 172d470c6e8f2f29b104c315b2c64180ce4d1dcf (
plain)
1
2
3
4
5
6
7
|
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.
Optional dependency: lua51. If lua51 is installed at build time, this
package will contain a module for Lua 5.1.
|