lua-resty-core icon indicating copy to clipboard operation
lua-resty-core copied to clipboard

New FFI-based API for lua-nginx-module

Results 79 lua-resty-core issues
Sort by recently updated
recently updated
newest added

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. Add `ngx.woker.pids()` API to get Nginx all worker pids subset pull...

hey there, i'm using ngx.ssl.session with memcached and want to implement distributed ssl session caching. i check that for every request ( when i open browser or send ctrl+F5 )...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

Trying to access this variable in ssl_certificate_by_lua causes "API disabled in the current context". I know some work is beeing done on client_hello_by_lua, but would it be possible to expose...

Compile Openresty for IBM Z/S390x but unable to start due the following issue : > nginx: [error] failed to run the Lua code for coroutine_api: 4397552097696: coroutine_api:2: attempt to call...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

Since ngx.var.ssl_ciphers (the client-supported cipher suite) is not available in ssl_certificate_by_lua_*, is it possible to export this value in the ssl_certificate_by_lua context for cipher-based negotiation (EC for newer clients, RSA...

Requires https://github.com/openresty/lua-nginx-module/pull/1286 I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. See: https://github.com/openresty/lua-nginx-module/issues/1954

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. TLS has the support to derive key material from the TLS...