LuaSec
Go to file
Bruno Silvestre d4ea2d12f3 Update reference to Lua state prior to handshake
The Lua thread that creates the context is saved to be used for
accessing callback related data. However that thread may become garbage
and its memory could be overwritten with anything if the handshake
happens later, in a different thread.

Fixes #75

Thanks @Zash
2018-09-10 10:49:18 -03:00
samples Add ALPN support based on PR #64 from xnyhps 2018-08-27 15:10:18 -03:00
src Update reference to Lua state prior to handshake 2018-09-10 10:49:18 -03:00
.gitignore gitignore build artifacts 2015-03-02 11:33:37 +01:00
CHANGELOG Change version number to 0.7 2018-06-27 10:36:26 -03:00
INSTALL Change version number to 0.7 2018-06-27 10:36:26 -03:00
LICENSE Change version number to 0.7 2018-06-27 10:36:26 -03:00
luasec-0.7-1.rockspec Change version number to 0.7 2018-06-27 10:36:26 -03: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 Change version number to 0.7 2018-06-27 10:36:26 -03:00

LuaSec 0.7

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