nginx/src/event
Maxim Dounin 61cec6f01b SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.
Following 7319:dcab86115261, as long as SSL_OP_NO_RENEGOTIATION is
defined, it is OpenSSL library responsibility to prevent renegotiation,
so the checks are meaningless.

Additionally, with TLSv1.3 OpenSSL tends to report SSL_CB_HANDSHAKE_START
at various unexpected moments - notably, on KeyUpdate messages and
when sending tickets.  This change prevents unexpected connection
close on KeyUpdate messages and when finishing handshake with upcoming
early data changes.
2018-09-21 20:31:32 +03:00
..
modules Fixed --test-build-eventport on macOS 10.12 and later. 2018-01-16 13:52:03 +03:00
ngx_event_accept.c Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c. 2018-06-01 16:55:49 +03:00
ngx_event_acceptex.c Removed unused flag accept_context_updated from ngx_event_t. 2016-06-29 14:30:00 +03:00
ngx_event_connect.c Added missing space after ngx_close_socket_n. 2018-06-05 17:41:34 +03:00
ngx_event_connect.h Modules compatibility: compatibility with NGX_HTTP_SSL. 2016-10-10 18:44:17 +03:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c Parenthesized ASCII-related calculations. 2017-07-17 17:23:51 +03:00
ngx_event_openssl.c SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION. 2018-09-21 20:31:32 +03:00
ngx_event_openssl.h SSL: fixed build with LibreSSL 2.8.0 (ticket #1605). 2018-08-10 20:49:06 +03:00
ngx_event_pipe.c Upstream: fixed cache corruption and socket leaks with aio_write. 2017-01-20 21:14:19 +03:00
ngx_event_pipe.h Modules compatibility: compatibility with NGX_THREADS. 2016-10-10 18:44:17 +03:00
ngx_event_posted.c Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event_posted.h Events: made posted events macros safe. 2015-03-27 19:57:15 +03:00
ngx_event_timer.c Fixed a comment. 2017-03-17 12:09:31 +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 Stream: udp streams. 2018-06-04 19:50:00 +03:00
ngx_event.c Events: added configuration check on the number of connections. 2018-07-12 19:50:07 +03:00
ngx_event.h Stream: udp streams. 2018-06-04 19:50:00 +03:00