[nginx] Version bump.

2024-08-09 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/6b4faeec4630 branches: changeset: 9271:6b4faeec4630 user: Sergey Kandaurov date: Fri Aug 09 18:01:42 2024 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 line

[nginx] Typo fixed.

2024-08-09 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/6392cb0d83e8 branches: changeset: 9272:6392cb0d83e8 user: Sergey Kandaurov date: Fri Aug 09 19:12:23 2024 +0400 description: Typo fixed. diffstat: docs/xml/nginx/changes.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs

[nginx] QUIC: zero out existing keying material only.

2024-08-09 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/ee7eb005b3b4 branches: changeset: 9274:ee7eb005b3b4 user: Sergey Kandaurov date: Fri Aug 09 19:12:26 2024 +0400 description: QUIC: zero out existing keying material only. Previously, this used to have extra ngx_explicit_memzero() calls from wi

[nginx] QUIC: discarding 0-RTT keys.

2024-08-09 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/906a42885ce2 branches: changeset: 9273:906a42885ce2 user: Sergey Kandaurov date: Fri Aug 09 19:12:25 2024 +0400 description: QUIC: discarding 0-RTT keys. For simplicity, this is done on successful decryption of a 1-RTT packet. diffstat: src

[nginx] Stream ssl_preread: do not reallocate a parsed SNI host.

2024-08-09 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/b5550a7f16c7 branches: changeset: 9275:b5550a7f16c7 user: Sergey Kandaurov date: Fri Aug 09 19:12:26 2024 +0400 description: Stream ssl_preread: do not reallocate a parsed SNI host. We own this memory from the session pool. diffstat: src/st