使用LuaRocks安装lua-resty-openssl: 打开终端或命令行工具,输入以下命令来安装lua-resty-openssl: bash luarocks install lua-resty-openssl 这条命令会从LuaRocks的服务器下载并安装lua-resty-openssl库。 验证安装: 安装完成后,可以通过编写一个简单的Lua脚本来验证lua-re
lua-resty-openssl is a FFI-based OpenSSL binding library, currently supports OpenSSL 3.x and 1.1.1 series.Back to TOCStatusProduction.SynopsisThis library is greatly inspired by luaossl, while uses the naming conversion closer to original OpenSSL API. For example, a function called X509_set_...
lua-resty-opensslFFI-based OpenSSL binding for LuaJIT, supporting OpenSSL 3.0, 1.1 and 1.0.2 seriesTable of ContentsDescription Status Synopsis resty.openssl openssl.luaossl_compat openssl.resty_hmac_compat resty.openssl.version version_num version_text version.version version.info OPENSSL_30 ...
Update: Scratch this last question, I realized I wasn't testing this properly after adding lua-resty-openssl-aux-module. But everything works as expected with resty -e 'require "resty.openssl"; require "resty.openssl.auxiliary.nginx_c"' (just wasn't including the main module first). I re...
the call require('resty.http').new() create a http client object failed。an error when checking the logs [warn] 8#8: *109 [lua] http_connect.lua:21: failed to load module resty.openssl.*, mTLS isn't supported without lua-resty-openssl: /u...
chore(deps): bump lua-resty-openssl to 1.5.1 #4912 Sign in to view logs Summary Jobs labeler Run details Usage Workflow file Triggered via pull request August 19, 2024 07:08 bungle synchronize #13455 Status Success Total duration 10s Artifacts – labeler.yml on: pull_request_target...
fffonion / lua-resty-openssl Public Notifications Fork 45 Star 139 Code Issues 3 Pull requests 2 Actions Security Insights New issue Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Sign up for...
Hi This is not an issue, more of a request for clarification I am trying to encrypt with openssl and decrypt with aes.lua and vice-versa but I can't find the right configuration (and so it produces incompatible output) please consider yo...