summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18SSL: avoid reading on pending SSL_write_early_data().Sergey Kandaurov2-0/+21
2018-11-15Core: ngx_explicit_memzero().Maxim Dounin1-2/+2
2018-11-12Stream: proxy_requests directive.Vladimir Homutov2-2/+14
2018-11-07Stream: fixed possible use of a freed connection.Vladimir Homutov1-1/+6
2018-10-19A minor code clean for macro ngx_event_get_conf in ngx_event.h.chronolaw1-1/+1
2018-10-23SSL: explicitly set maximum version (ticket #1654).Maxim Dounin1-0/+5
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov2-1/+14
2018-09-25SSL: fixed unlocked access to sess_id->len.Ruslan Ermilov1-2/+5
2018-09-25SSL: logging level of "no suitable signature algorithm".Maxim Dounin1-0/+6
2018-09-25SSL: logging level of "no suitable key share".Maxim Dounin1-0/+6
2018-09-21SSL: support for TLSv1.3 early data with OpenSSL.Sergey Kandaurov2-44/+451
2018-09-21SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.Maxim Dounin1-0/+10
2018-09-10SSL: restore handlers after blocking.Maxim Dounin1-0/+28
2018-09-10SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.Maxim Dounin1-4/+8
2018-08-10SSL: fixed build with LibreSSL 2.8.0 (ticket #1605).Maxim Dounin1-0/+4
2018-08-07SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin2-0/+42
2018-08-07SSL: enabled TLSv1.3 with BoringSSL.Maxim Dounin1-0/+5
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov2-1/+70
2018-07-16SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).Maxim Dounin1-0/+4
2018-07-16SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin1-1/+1
2018-07-16SSL: logging levels of "unsupported protocol", "version too low".Maxim Dounin1-0/+4
2018-07-12Events: added configuration check on the number of connections.Maxim Dounin1-0/+15
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin1-0/+25
2018-07-05SSL: logging level of "https proxy request" errors.Maxim Dounin1-0/+2
2018-06-06SSL: removed extra prototype.Sergey Kandaurov1-1/+0
2018-06-05Added missing space after ngx_close_socket_n.Maxim Dounin1-1/+1
2018-06-04Stream: udp streams.Roman Arutyunyan2-0/+267
2018-06-01Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan3-354/+383
2018-06-01Events: get remote addresses before creating udp connection.Roman Arutyunyan1-71/+82
2018-06-01Events: fixed handling zero-length client address.Roman Arutyunyan1-0/+12
2018-02-22Generate error for unsupported IPv6 transparent proxy.Roman Arutyunyan1-0/+9
2018-01-16Fixed --test-build-eventport on macOS 10.12 and later.Ruslan Ermilov1-0/+2
2017-10-11SSL: include <openssl/hmac.h>.Alessandro Ghedini1-0/+1
2017-10-04Fixed buffer overread with unix sockets after accept().Maxim Dounin1-0/+8
2017-08-22SSL: fixed possible use-after-free in $ssl_server_name.Maxim Dounin1-6/+15
2017-08-22SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin2-0/+32
2017-08-10Restored ngx_event_aio_t layout for debug logging.Maxim Dounin1-2/+2
2017-08-09Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov1-1/+2
2017-08-09Style.Sergey Kandaurov1-0/+2
2017-07-25SSL: fixed typo in the error message.Sergey Kandaurov1-1/+1
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev1-1/+1
2017-05-24Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).Roman Arutyunyan1-1/+1
2017-05-03SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.Sergey Kandaurov1-1/+1
2017-04-18SSL: compatibility with OpenSSL master branch.Sergey Kandaurov1-1/+1
2017-04-18SSL: disabled renegotiation detection in client mode.Sergey Kandaurov2-1/+8
2017-04-18SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov2-0/+7
2017-03-28Core: set nginx_shared_zone name via ngx_str_set().Ruslan Ermilov1-2/+1
2017-03-17Fixed a comment.Ruslan Ermilov1-1/+1
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin2-27/+15
2017-03-06Added missing "static" specifiers found by gcc -Wtraditional.Ruslan Ermilov2-2/+2