openwrt-packages/net/nginx/patches
Sean Khan 97082f12a6
nginx: QUIC: Fix SSL 3.0 deprecated function
`EVP_CIPHER_CTX_cipher()` function was deprecated in OpenSSL 3.0.
As per OpenSSL's recommendation (https://www.openssl.org/docs/manmaster/man3/EVP_CIPHER_CTX_get0_cipher.html)
switch to using `EVP_CIPHER_CTX_get0_cipher()` instead.

With this change and recent commit to nginx-util #23935. We should now
be able to build nginx + modules with fully compliant calls to OpenSSL
3.0+ with legacy features disabled.

Signed-off-by: Sean Khan <datapronix@protonmail.com>
Link: https://github.com/openwrt/packages/pull/24005
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-05-06 23:31:34 +02:00
..
nginx nginx: QUIC: Fix SSL 3.0 deprecated function 2024-05-06 23:31:34 +02:00
nginx-mod-dav-ext nginx: refactor Makefile 2023-05-26 13:51:50 +02:00
nginx-mod-lua nginx: fix nginx lua module compilation error 2023-10-13 20:35:42 +02:00
nginx-mod-lua-resty-core nginx: add patches to lua modules for experimental PCRE2 support 2023-09-22 14:55:02 +02:00
nginx-mod-rtmp nginx: refactor Makefile 2023-05-26 13:51:50 +02:00