summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-09QUIC: fixed possible segfault on handshake failures.Jan Svojanovsky1-0/+6
2025-12-04SSL: avoid warning when ECH is not configured and not supported.QirunGao1-3/+6
2025-12-01Add basic ECH shared-mode via OpenSSL.sftcd2-0/+177
2025-11-10SSL: fixed build with BoringSSL, broken by 38a701d88.Sergey Kandaurov1-1/+1
2025-11-10SSL: ngx_ssl_set_client_hello_callback() error handling.Sergey Kandaurov2-7/+20
2025-10-24SSL: $ssl_sigalg, $ssl_client_sigalg.Sergey Kandaurov2-0/+56
2025-10-08SSL: support for compressed server certificates with BoringSSL.Sergey Kandaurov2-0/+190
2025-10-06SSL: fixed "key values mismatch" with object cache inheritance.Sergey Kandaurov2-12/+63
2025-09-25SSL: AWS-LC compatibility.Sergey Kandaurov3-3/+4
2025-09-25QUIC: a new macro to differentiate BoringSSL specific EVP API.Sergey Kandaurov2-16/+18
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 Kandaurov2-0/+39
2025-09-25SNI: using the ClientHello callback.Sergey Kandaurov2-0/+100
2025-09-12QUIC: fixed ssl_reject_handshake error handling.Sergey Kandaurov1-11/+16
2025-08-03SSL: support for compressed server certificates with OpenSSL.Sergey Kandaurov2-0/+32
2025-08-03SSL: disabled certificate compression by default with OpenSSL.Sergey Kandaurov1-0/+5
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-23QUIC: disabled OpenSSL 3.5 QUIC API support by default.Sergey Kandaurov1-1/+4
2025-06-21Use NULL instead of 0 for null pointer constant.Andrew Clayton2-2/+2
2025-05-27Core: added support for TCP keepalive parameters on macOS.Sergey Kandaurov1-0/+17
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
2025-04-29QUIC: do not block ACKs by congestion control.Sergey Kandaurov1-7/+17
2025-04-25SSL: fixed build with OPENSSL_NO_DH.Sergey Kandaurov2-0/+6
2025-04-25SSL: fixed build with OPENSSL_NO_DEPRECATED.Sergey Kandaurov1-0/+11
2025-04-23QUIC: fixed a typo.nandsky1-3/+3
2025-04-17Fixed -Wunterminated-string-initialization with gcc15.Roman Arutyunyan1-5/+7
2025-04-17QUIC: lowered log level for unsupported transport parameters.Roman Arutyunyan1-1/+1
2025-04-15QUIC: dynamic packet threshold.Roman Arutyunyan1-9/+39
2025-04-15QUIC: optimized connection frame threshold.Roman Arutyunyan3-1/+6
2025-04-15QUIC: CUBIC congestion control.Roman Arutyunyan4-12/+185
2025-04-15QUIC: ignore congestion control when sending MTU probes.Roman Arutyunyan1-0/+1