The *-tlshandshake
patches originally come from the tlshandshake pull request to OpenResty.
We have modified them a lot and even changed the API.
The *-upstream_mtls
patches originally come from the Kong's kong-build-tools and lua-kong-nginx-module
projects, which is also under Apache-2.0 License.
The *-expose_request_struct.patch
patches originally come from the Kong's kong-build-tools
projects, which is also under Apache-2.0 License.
The *-ngx_pipe_environ_on_mac
patches support the environ argument of the ngx.pipe.spawn function on macos.
The *-enable_keepalive
patches originally come from:
openresty/lua-nginx-module#1600
openresty/lua-resty-core#276
The *-shared_shdict
patches, src/meta/*
and t/meta/*
originally come from:
openresty/meta-lua-nginx-module#76
https://github.com/thibaultcha/lua-resty-core/commit/8ad30813a3d8037f92aaaffaacd0a14bc7388edf
, which is under BSD license.