summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2022-02-08SSL: logging level of "application data after close notify".Sergey Kandaurov1-0/+6
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2-0/+4
2022-01-25Core: added function for local source address cmsg.Vladimir Homutov2-82/+12
2022-01-25Core: made the ngx_sendmsg() function non-static.Vladimir Homutov1-0/+32
2022-01-25Core: the ngx_event_udp.h header file.Vladimir Homutov2-6/+25
2022-01-24SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin1-1/+15
2022-01-17SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov1-0/+3
2021-12-30Events: fixed balancing between workers with EPOLLEXCLUSIVE.Maxim Dounin3-0/+64
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-0/+6
2021-12-27SSL: SSL_sendfile(SF_NODISKIO) support.Maxim Dounin1-2/+29
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-4/+0
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2-0/+38
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2-5/+205
2021-10-21Style: added missing "static" specifiers.Maxim Dounin1-1/+1
2021-10-19Stream: the "ssl_alpn" directive.Vladimir Homutov1-0/+3
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2-0/+32
2021-08-10SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.Sergey Kandaurov1-5/+0
2021-08-10SSL: removed export ciphers support.Sergey Kandaurov2-36/+0
2021-08-10SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.Sergey Kandaurov1-0/+4
2021-08-10SSL: silenced warnings when building with OpenSSL 3.0.Sergey Kandaurov1-0/+2
2021-08-10SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov2-1/+6
2021-08-10SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.Sergey Kandaurov1-1/+31
2021-08-10SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.Sergey Kandaurov1-0/+5
2021-08-10SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov2-1/+7
2021-08-04SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov1-1/+7
2021-08-03SSL: set events ready flags after handshake.Maxim Dounin1-0/+6
2021-06-21Core: added the ngx_rbtree_data() macro.Vladimir Homutov1-2/+2
2021-06-01Fixed SSL logging with lingering close.Maxim Dounin2-0/+7
2021-06-01SSL: ngx_ssl_shutdown() rework.Maxim Dounin1-22/+21
2021-05-31Core: disabled cloning sockets when testing config (ticket #2188).Maxim Dounin1-10/+13
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin4-0/+8
2021-03-28Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin1-1/+1
2021-03-26Events: fixed expiration of timers in the past.Maxim Dounin1-3/+1
2021-03-05Events: fixed eventport handling in ngx_handle_read_event().Maxim Dounin1-1/+1
2021-02-20SSL: added check for debugging.Maxim Dounin1-0/+8
2021-02-20SSL: added missed error reporting during variables evaluation.Maxim Dounin1-4/+13
2021-02-20SSL: X509_NAME_oneline() error handling.Maxim Dounin1-5/+37
2020-12-08SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov1-0/+4
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov2-20/+8
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2-2/+11
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin2-0/+76
2020-09-16SSL: disabled shutdown when there are buffered data.Maxim Dounin1-1/+1
2020-09-16SSL: disabled shutdown after connection errors.Maxim Dounin1-1/+1
2020-09-16SSL: fixed event handling during shutdown.Maxim Dounin1-0/+7
2020-09-16SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2020-08-10SSL: fixed shutdown handling.Maxim Dounin1-31/+48
2020-07-23OCSP: fixed certificate reference leak.Sergey Kandaurov1-0/+9
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin1-0/+28
2020-06-29SSL: fixed unexpected certificate requests (ticket #2008).Maxim Dounin1-1/+2