summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-25QUIC: localized OpenSSL headers used for QUIC protection.Sergey Kandaurov2-8/+6
2025-09-25SNI: support for early ClientHello callback with BoringSSL.Sergey Kandaurov4-0/+49
2025-09-25SNI: using the ClientHello callback.Sergey Kandaurov5-71/+165
2025-09-18Fixed inaccurate index directive error report.willmafh1-1/+1
2025-09-12QUIC: fixed ssl_reject_handshake error handling.Sergey Kandaurov1-11/+16
2025-08-13Version bump.Sergey Kandaurov1-2/+2
2025-08-13Mail: logging upstream to the error log with "smtp_auth none;".Sergey Kandaurov1-6/+4
2025-08-13Mail: reset stale auth credentials with "smtp_auth none;".Sergey Kandaurov2-1/+7
2025-08-13Mail: improved error handling in plain/login/cram-md5 auth methods.Sergey Kandaurov1-16/+22
2025-08-11Auth basic: fixed file descriptor leak on memory allocation error.Sergey Kandaurov1-1/+2
2025-08-03SSL: support for compressed server certificates with OpenSSL.Sergey Kandaurov8-0/+89
2025-08-03SSL: disabled certificate compression by default with OpenSSL.Sergey Kandaurov1-0/+5
2025-08-03Updated ngx_http_process_multi_header_lines() comments.Sergey Kandaurov2-2/+2
2025-08-03HTTP/3: improved invalid ":authority" error message.Sergey Kandaurov1-1/+1
2025-08-03Made ngx_http_process_request_header() static again.Sergey Kandaurov2-2/+2
2025-08-03HTTP/2: fixed handling of the ":authority" header.Sergey Kandaurov1-15/+105
2025-08-03HTTP/2: factored out constructing the Host header.Sergey Kandaurov1-39/+48
2025-07-28HTTP/2: fixed flushing early hints over SSL.Roman Arutyunyan1-5/+7
2025-07-24HTTP/3: fixed handling of :authority and Host with port.Roman Arutyunyan1-5/+8
2025-07-23HTTP/3: fixed potential type overflow in string literal parser.Sergey Kandaurov1-0/+6
2025-07-11Events: compatibility with NetBSD 10.0 in kqueue.Sergey Kandaurov1-2/+2
2025-07-11Configure: set NGX_KQUEUE_UDATA_T at compile time.Sergey Kandaurov1-0/+9
2025-07-11Events: fixed -Wzero-as-null-pointer-constant warnings in kqueue.Sergey Kandaurov1-2/+2
2025-07-10SSL: fixed testing OPENSSL_VERSION_NUMBER for OpenSSL 3.0+.Sergey Kandaurov2-2/+2
2025-07-10SSL: SSL_group_to_name() compatibility macro.Sergey Kandaurov2-12/+5
2025-07-03QUIC: adjusted OpenSSL 3.5 QUIC API feature test.Sergey Kandaurov1-5/+2
2025-06-25Version bump.Sergey Kandaurov1-2/+2
2025-06-23QUIC: disabled OpenSSL 3.5 QUIC API support by default.Sergey Kandaurov1-1/+4
2025-06-23Upstream: fixed reinit request with gRPC and Early Hints.Sergey Kandaurov4-11/+25
2025-06-21Use NULL instead of 0 for null pointer constant.Andrew Clayton6-6/+6
2025-06-21Use NGX_CONF_OK in some function return checks.Andrew Clayton11-11/+11
2025-06-21HTTP/3: indexed field line encoding for "103 Early Hints".Sergey Kandaurov1-7/+4
2025-06-19Upstream: early hints support.Roman Arutyunyan13-10/+698
2025-06-19HTTP/2: added function declaration.Roman Arutyunyan1-0/+2
2025-05-27Core: added support for TCP keepalive parameters on macOS.Sergey Kandaurov2-0/+21
2025-05-26SSL: disabled UI console prompts from worker processes.Aleksei Bavshin1-1/+20
2025-05-26SSL: support loading keys via OSSL_STORE.Aleksei Bavshin1-5/+81
2025-05-23QUIC: using QUIC API introduced in OpenSSL 3.5.Sergey Kandaurov3-46/+375
2025-05-23QUIC: better approach for premature handshake completion.Sergey Kandaurov1-1/+1
2025-05-23QUIC: ssl_encryption_level_t abstraction layer.Sergey Kandaurov13-128/+174
2025-05-23QUIC: factored out SSL_provide_quic_data() to the helper function.Sergey Kandaurov1-17/+36
2025-05-23QUIC: defined SSL API macros in a single place.Sergey Kandaurov4-20/+17
2025-05-23QUIC: logging missing mandatory TLS extensions only once.Sergey Kandaurov1-8/+15
2025-05-23QUIC: reset qc->error to zero again.Sergey Kandaurov2-4/+4
2025-05-23QUIC: adjusted handling of callback errors.Sergey Kandaurov3-16/+22
2025-05-23QUIC: logging of SSL library errors.Sergey Kandaurov1-4/+4
2025-05-23QUIC: logging level of handshake errors.Sergey Kandaurov3-4/+4
2025-05-23QUIC: removed ALPN feature test.Sergey Kandaurov1-8/+2
2025-05-23QUIC: removed excessive casts for ngx_ssl_get_connection().Sergey Kandaurov1-6/+6
2025-05-23QUIC: removed level field from ngx_quic_compat_record_t.Sergey Kandaurov1-3/+0