Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

luasec.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

luasec: add secure connections to any Lua applications or scripts

local ssl = require "ssl"

The LuaSec package is based on LuaSec and adapted for luax. OpenSSL is statically linked to LuaX and is not required to be installed on the host.

The documentation of LuaSec is available at the LuaSec web site.