LuaJIT中ctypes和FFI的一点杂谈 on 2021 年 4 月 2 日 Lua 0 14278 转为繁体 因为听到了两声雷,所以要发两篇博客。 ——鲁迅 这篇博客来聊聊LuaJIT FFI里面ctypes的实现。 Read More→
lua-resty-openssl: 基于FFI的Lua OpenSSL库 on 2019 年 9 月 26 日 Lua 0 12400 转为繁体 FFI-based OpenSSL binding for OpenResty https://github.com/fffonion/lua-resty-openssl 52 forks. 170 stars. 7 open issues. Recent commits: release: 1.8.0 (#237), GitHub fix(*) correct error message from bn:mod_sqr and pkey (#233)- pkey.lua: use builtin tostring (not the file-local __tostring serializer) and preserve the original padding value in the "invalid padding" error message.- bn.lua: fix copy-paste mistakes in error reporting — mod_sqr now tags check_args as "mod_sqr" (was "mod_sub"), and __shr reports "BN_rshift() failed" (was "BN_lshift() failed").Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>, GitHub chore(ci) bump actions version, Wangchong Zhou chore(ci) add openssl 4.0 matrix and bump fips provider, Wangchong Zhou doc(readme) improve English, Wangchong Zhou 支持OpenSSL 1.1.x, 1.0.x和1.0.2系列