aboutsummaryrefslogtreecommitdiff
path: root/src/stream
Commit message (Expand)AuthorAge
* Upstream: fixed passwords support for dynamic certificates.Sergey Kandaurov2025-04-10
* SSL: removed stale comments.Sergey Kandaurov2025-02-26
* SSL: improved logging of saving sessions from upstream servers.Sergey Kandaurov2025-02-26
* SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov2025-02-26
* SNI: added restriction for TLSv1.3 cross-SNI session resumption.Sergey Kandaurov2025-02-05
* Upstream: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: a new macro to set default protocol versions.Sergey Kandaurov2024-11-22
* SSL: fixed MSVC compilation after ebd18ec1812b.蕭澧邦2024-11-11
* Upstream: copy upstream zone DNS valid time during config reload.Mini Hawthorne2024-11-07
* Upstream: per-upstream resolver.Vladimir Homutov2024-11-07
* Upstream: pre-resolve servers on reload.Ruslan Ermilov2024-11-07
* Upstream: construct upstream peers from DNS SRV records.Dmitry Volyntsev2024-11-07
* Upstream: re-resolvable servers.Ruslan Ermilov2024-11-07
* SSL: disabled TLSv1 and TLSv1.1 by default.Sergey Kandaurov2024-10-31
* SSL: optional ssl_client_certificate for ssl_verify_client.Sergey Kandaurov2024-09-20
* Stream: OCSP stapling.Sergey Kandaurov2024-08-22
* Stream: client certificate validation with OCSP.Sergey Kandaurov2024-08-22
* Stream ssl_preread: do not reallocate a parsed SNI host.Sergey Kandaurov2024-08-09
* Stream: allow servers with no handler.Roman Arutyunyan2024-06-27
* Stream pass: disabled passing from or to udp.Roman Arutyunyan2024-05-03
* Stream pass: limited the number of passes per connection.Roman Arutyunyan2024-04-11
* Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov2024-03-18
* Geo: fixed uninitialized memory access.Piotr Sikora2024-03-14
* Stream: $server_name.Sergey Kandaurov2024-03-22
* Stream: moved fastopen compatibility check.Roman Arutyunyan2024-01-18
* Stream: the "setfib" parameter of the "listen" directive.Sergey Kandaurov2024-03-22
* Stream: the "accept_filter" parameter of the "listen" directive.Sergey Kandaurov2024-03-22
* Stream: the "deferred" parameter of the "listen" directive.Sergey Kandaurov2024-03-22
* Stream: reshuffled ngx_stream_listen_opt_t fields.Sergey Kandaurov2024-03-22
* Overhauled some diagnostic messages akin to 1b05b9bbcebf.Sergey Kandaurov2024-03-22
* Stream: using ngx_stream_ssl_srv_conf_t *sscf naming convention.Sergey Kandaurov2024-03-22
* Stream: ngx_stream_pass_module.Roman Arutyunyan2024-02-21
* Stream: virtual servers.Roman Arutyunyan2023-12-14
* Stream: socket peek in preread phase.Roman Arutyunyan2023-12-13
* SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-24
* Fixed port ranges support in the listen directive.Valentin Bartenev2022-12-18
* SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin2022-12-01
* Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin2022-11-23
* Increased maximum read PROXY protocol header size.Roman Arutyunyan2022-11-02
* SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov2022-10-17
* PROXY protocol v2 TLV variables.Roman Arutyunyan2022-10-12
* Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin2022-06-29
* Stream: don't flush empty buffers created for read errors.Aleksei Bavshin2022-05-23
* Upstream: handling of certificates specified as an empty string.Sergey Kandaurov2022-06-07
* HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2022-02-03
* SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2021-11-01
* Style: added missing "static" specifiers.Maxim Dounin2021-10-21
* Stream: the "ssl_alpn" directive.Vladimir Homutov2021-10-19
* SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-14