diff options
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 000000000000..ef4629b1b049 --- /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. |