summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-08SSL: logging levels of errors observed with BoringSSL.Maxim Dounin1-0/+21
2023-03-08SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.Maxim Dounin1-0/+7
2023-03-08SSL: logging levels of various errors reported with tlsfuzzer.Maxim Dounin1-0/+41
2023-03-08SSL: switched to detect log level based on the last error.Maxim Dounin1-1/+1
2023-01-28Style.Maxim Dounin1-2/+2
2022-12-16Style.BullerDu1-1/+1
2022-12-01SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin1-0/+5
2022-11-24SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov1-1/+1
2022-11-23Fixed segfault when switching off master process during upgrade.Maxim Dounin1-1/+3
2022-11-23Disabled cloning of sockets without master process (ticket #2403).Maxim Dounin1-1/+4
2022-10-13SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov1-1/+1
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2-0/+48
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin2-19/+47
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin2-30/+160
2022-10-12SSL: shorter debug messages about session tickets.Maxim Dounin1-3/+3
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin2-16/+13
2022-10-12SSL: renamed session ticket key type.Maxim Dounin2-21/+21
2022-10-12SSL: style.Maxim Dounin1-0/+2
2022-10-12SSL: explicit clearing of expired sessions.Maxim Dounin1-0/+6
2022-10-12SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin2-48/+25
2022-10-12SSL: explicit session id length checking.Maxim Dounin1-2/+8
2022-10-12SSL: updated comment about session sizes.Maxim Dounin1-6/+6
2022-10-12SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin2-2/+8
2022-10-12SSL: disabled saving tickets to session cache.Maxim Dounin1-0/+17
2022-09-08SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov1-1/+1
2022-09-07Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin1-3/+3
2022-09-07SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin1-1/+1
2022-09-07Events: fixed style and wrong error handling in the iocp module.Maxim Dounin1-4/+3
2022-08-09SSL: logging level of "bad record type" errors.Murilo Andrade1-0/+3
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