Re: [nginx] QUIC: discarding 0-RTT keys.

2024-08-15 Thread Илья Шипицин
I meant something like thishttps://github.com/summerwind/h2spec What comes to mind, same key restriction must be applied for h2 as well On Wed, Aug 14, 2024, 16:42 Sergey Kandaurov wrote: > > > On 11 Aug 2024, at 22:17, Илья Шипицин wrote: > > > > Hello, > > > > how was that found ? is there

Re: [nginx] QUIC: discarding 0-RTT keys.

2024-08-15 Thread Илья Шипицин
QUIC Interop suite looks like a candidate for such test as it already includes 0-RTT test On Thu, Aug 15, 2024, 10:07 Илья Шипицин wrote: > I meant something like thishttps://github.com/summerwind/h2spec > > > What comes to mind, same key restriction must be applied for h2 as well > > On Wed, Au

[PATCH 1 of 2] Stream: client certificate validation with OCSP

2024-08-15 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1723737051 -14400 # Thu Aug 15 19:50:51 2024 +0400 # Node ID 7d94e3fcad21b90fb13734ed0f9a2f019e23f882 # Parent 8796dfbe7177cb0be2a53bcdb4d25cc64a58d2a7 Stream: client certificate validation with OCSP. diff --git a/src/stream/ngx_stream_ssl

[PATCH 2 of 2] Stream: OCSP stapling

2024-08-15 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1723737247 -14400 # Thu Aug 15 19:54:07 2024 +0400 # Node ID 0be1cc94cb87c8e5fa8a50d798838403b7326a33 # Parent 7d94e3fcad21b90fb13734ed0f9a2f019e23f882 Stream: OCSP stapling. diff --git a/src/stream/ngx_stream_ssl_module.c b/src/stream/ng

Re: [PATCH 1 of 2] Stream: client certificate validation with OCSP

2024-08-15 Thread Sergey Kandaurov
On Thu, Aug 15, 2024 at 07:56:23PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1723737051 -14400 > # Thu Aug 15 19:50:51 2024 +0400 > # Node ID 7d94e3fcad21b90fb13734ed0f9a2f019e23f882 > # Parent 8796dfbe7177cb0be2a53bcdb4d25cc64a58d2a7 > Stream:

Re: [PATCH 2 of 2] Stream: OCSP stapling

2024-08-15 Thread Sergey Kandaurov
On Thu, Aug 15, 2024 at 07:56:24PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1723737247 -14400 > # Thu Aug 15 19:54:07 2024 +0400 > # Node ID 0be1cc94cb87c8e5fa8a50d798838403b7326a33 > # Parent 7d94e3fcad21b90fb13734ed0f9a2f019e23f882 > Stream:

[njs] HTTP: expose capture group variables.

2024-08-15 Thread noreply
details: https://github.com/nginx/njs/commit/8553c2a6a2cb0c7bdd111f5b1799aaba8004eba6 branches: master commit:8553c2a6a2cb0c7bdd111f5b1799aaba8004eba6 user: Thomas P. date: Tue, 30 Jul 2024 18:03:34 +0200 description: HTTP: expose capture group variables. --- nginx/ngx_http_js

Re: [http_rewrite] Avoid duplicate non-cacheable variable calls for complex expressions

2024-08-15 Thread Dmitry Volyntsev
On 8/7/24 4:54 AM, Thomas P. wrote: Hello, I'm experimenting with non-cacheable variables to compute some values used in http_rewrite. I've noticed that, for directives like "set $var $computed_var", I'm getting 2 calls to $computed_var's get_handler. After reading the code behind this direct

[njs] Fixed Fixed Buffer.prototype.write().

2024-08-15 Thread noreply
details: https://github.com/nginx/njs/commit/5cf4fd025664ea7b100757865ca9c59e44830cba branches: master commit:5cf4fd025664ea7b100757865ca9c59e44830cba user: Dmitry Volyntsev date: Wed, 7 Aug 2024 22:48:04 -0700 description: Fixed Fixed Buffer.prototype.write(). --- src/njs_buf

[njs] Fixed Buffer.prototype.lastIndexOf().

2024-08-15 Thread noreply
details: https://github.com/nginx/njs/commit/5d15a8d6dabb44afefd5308e0ebde0cf73597b88 branches: master commit:5d15a8d6dabb44afefd5308e0ebde0cf73597b88 user: Dmitry Volyntsev date: Tue, 6 Aug 2024 23:05:33 -0700 description: Fixed Buffer.prototype.lastIndexOf(). --- src/njs_buf

[njs] QuickJS: fixed exception handling in shell output.

2024-08-15 Thread noreply
details: https://github.com/nginx/njs/commit/4b8188857b4385b5d2aff44cb548e92521c6c91f branches: master commit:4b8188857b4385b5d2aff44cb548e92521c6c91f user: Dmitry Volyntsev date: Tue, 13 Aug 2024 17:14:14 -0700 description: QuickJS: fixed exception handling in shell output. --

[njs] Fixed Buffer.prototype.writeInt8() and friends.

2024-08-15 Thread noreply
details: https://github.com/nginx/njs/commit/43dcb8ddaf30bc7f7ffd172de669e288b230073b branches: master commit:43dcb8ddaf30bc7f7ffd172de669e288b230073b user: Dmitry Volyntsev date: Thu, 8 Aug 2024 00:12:29 -0700 description: Fixed Buffer.prototype.writeInt8() and friends. --- s

[njs] Fixed Buffer.prototype.writeFloat() and friends.

2024-08-15 Thread noreply
details: https://github.com/nginx/njs/commit/7ba3a8b943488f801a8dde64d76a965b7686094c branches: master commit:7ba3a8b943488f801a8dde64d76a965b7686094c user: Dmitry Volyntsev date: Wed, 7 Aug 2024 22:27:45 -0700 description: Fixed Buffer.prototype.writeFloat() and friends. ---