LuaSec
Go to file
2017-10-28 10:44:51 -02:00
samples Add example of luaossl integration 2017-04-04 13:07:48 +10:00
src Make luaL_testudata() compat function visible for all files 2017-10-28 09:53:28 -02:00
.gitignore gitignore build artifacts 2015-03-02 11:33:37 +01:00
CHANGELOG Version number to 0.7alpha 2017-09-26 18:22:49 -03:00
INSTALL Version number to 0.7alpha 2017-09-26 18:22:49 -03:00
LICENSE Version number to 0.7alpha 2017-09-26 18:22:49 -03:00
luasec-0.7alpha-1.rockspec Using https instead of git protocol 2017-10-28 10:44:51 -02:00
luasec.sln LuaSec 20120616 (unofficial) + patches 2013-03-30 12:21:40 +00:00
luasec.vcxproj Add new source files to VC project, new libs name 2017-10-11 20:29:15 -03:00
Makefile bump MACOSX_VERSION 2015-10-15 08:19:29 -03:00
README.md Version number to 0.7alpha 2017-09-26 18:22:49 -03:00

LuaSec 0.7alpha

LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.

Documentation: https://github.com/brunoos/luasec/wiki

This version:

  • Add compatibility with OpenSSL 1.1.0

  • Add 'ssl.config' module

  • TBD