Registry / crypto / luasec

luasec

JSON →
library1.3.2vcpkgunverified

LuaSec provides SSL/TLS support for Lua, integrating with LuaSocket and OpenSSL.

vcpkg install luasec
INSTALL
IMPORT
SIG · LUASEC
L
luasec
cryptocppv1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

luasec/luasec.h
#include <luasec/luasec.h>

Initialize LuaSec in a Lua state.

#include <luasec/luasec.h> #include <lua.hpp> int main() { lua_State* L = luaL_newstate(); luaopen_ssl(L); lua_close(L); return 0; }
Debug
Known issues
gotchaDepends on OpenSSL and LuaSocket; both must be installed.
fix
Ensure OpenSSL and LuaSocket are available via vcpkg or system packages.
affects: *
Upgrade
Version history
1.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

luasec — pip install luasec · libregistry