mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
LuaSec
d4ea2d12f3
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 |
||
---|---|---|
samples | ||
src | ||
.gitignore | ||
CHANGELOG | ||
INSTALL | ||
LICENSE | ||
luasec-0.7-1.rockspec | ||
luasec.sln | ||
luasec.vcxproj | ||
Makefile | ||
README.md |
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