nginx/src/event
Sergey Kandaurov 6f7494081a SSL: fixed possible configuration overwrite loading "engine:" keys.
When loading certificate keys via ENGINE_load_private_key() in runtime,
it was possible to overwrite configuration on ENGINE_by_id() failure.
OpenSSL documention doesn't describe errors in details, the only reason
I found in the comment to example is when the engine is not available.
2024-05-03 20:29:01 +04:00
..
modules Events: fixed style and wrong error handling in the iocp module. 2022-09-07 00:43:51 +03:00
quic QUIC: fixed close timer processing with early data. 2024-04-10 09:38:10 +03:00
ngx_event.c QUIC: automatically add and never delete stream events. 2023-01-10 14:05:18 +04:00
ngx_event.h Merged with the default branch. 2022-01-25 23:42:48 +03:00
ngx_event_accept.c Events: fixed balancing between workers with EPOLLEXCLUSIVE. 2021-12-30 01:08:46 +03:00
ngx_event_acceptex.c Introduced the "keepalive_time" directive. 2021-04-08 00:15:48 +03:00
ngx_event_connect.c HTTP/2: made it possible to flush response headers (ticket #1743). 2022-02-03 01:44:38 +03:00
ngx_event_connect.h Modules compatibility: down flag in ngx_peer_connection_t. 2019-01-31 17:25:03 +03:00
ngx_event_connectex.c Style. 2023-01-28 05:20:23 +03:00
ngx_event_openssl.c SSL: fixed possible configuration overwrite loading "engine:" keys. 2024-05-03 20:29:01 +04:00
ngx_event_openssl.h SSL: reasonable version for LibreSSL adjusted. 2023-12-25 21:15:48 +04:00
ngx_event_openssl_stapling.c SSL: reasonable version for LibreSSL adjusted. 2023-12-25 21:15:48 +04:00
ngx_event_pipe.c Upstream: fixed usage of closed sockets with filter finalization. 2024-01-30 03:20:10 +03:00
ngx_event_pipe.h Modules compatibility: compatibility with NGX_THREADS. 2016-10-10 18:44:17 +03:00
ngx_event_posted.c SSL: reworked posted next events again. 2019-12-27 19:43:01 +03:00
ngx_event_posted.h SSL: reworked posted next events again. 2019-12-27 19:43:01 +03:00
ngx_event_timer.c Core: added the ngx_rbtree_data() macro. 2021-06-21 09:42:43 +03:00
ngx_event_timer.h Cancelable timers are now preserved if there are other timers. 2017-03-07 18:51:15 +03:00
ngx_event_udp.c Common tree insert function for QUIC and UDP connections. 2023-05-14 12:30:11 +04:00
ngx_event_udp.h Common tree insert function for QUIC and UDP connections. 2023-05-14 12:30:11 +04:00