Commit Graph
9 Commits
Author SHA1 Message Date
spacewander 9e834398de feature: updated the NGINX patches for async SSL session fetching to support OpenSSL 1.1.1.
The patch was also renamed from `ssl_pending_session.patch` to
`ssl_sess_cb_yield.patch` (similarly to the existing
`ssl_cert_cb_yield.patch` one).

Signed-off-by: Thibault Charbonnier <[email protected]>
2019-06-04 16:40:22 -07:00
spacewander 2879e59e7b feature: updated the socket_cloexec patches to support the ngx.pipe API.
Signed-off-by: Thibault Charbonnier <[email protected]>
2019-01-29 17:45:47 -08:00
spacewander a4f399b3ac feature: added the socket_cloexec patch to ensure most of the nginx connections could be closed before child process terminates.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2018-03-27 13:46:01 -07:00
spacewander ee6b26e347 feature: added the sess_set_get_cb_yield patch for OpenSSL 1.1.0d and beyond.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2018-01-05 23:38:32 -08:00
spacewander e777a35db3 feature: shipped openssl-1.1.0c patch with the source release tarball.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2018-01-05 14:42:03 -08:00
spacewander a0dc14761a feature: added the sess_set_get_cb_yield patch for OpenSSL 1.1.0c and beyond.
The patch is based on

https://patch-diff.githubusercontent.com/raw/openssl/openssl/pull/1588.patch,

with some minor modifications.

Thanks Alessandro Ghedini for the ground work.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2018-01-05 14:41:47 -08:00
spacewander 2cc5ba6c91 bugfix: we removed the existing Makefile even for ./configure --help.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-12-09 11:42:32 -08:00
spacewander 2223edb87d misc: added templates for issue and pull request.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-07-25 14:57:32 -07:00
spacewander adcff66454 feature: applied a patch to the nginx core to make the nginx variable $proxy_add_x_forwarded_for accessible on Lua land.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-07-16 10:51:28 -07:00