[njs] Style.

2021-05-31 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/fc510b2e4f3a branches: changeset: 1645:fc510b2e4f3a user: Dmitry Volyntsev date: Fri May 28 15:23:03 2021 + description: Style. diffstat: auto/clang | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (16 lines): diff -r

[njs] Removing the requirement of "aligned" attribute support.

2021-05-31 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7d835eb234e1 branches: changeset: 1646:7d835eb234e1 user: Dmitry Volyntsev date: Mon May 31 06:55:32 2021 + description: Removing the requirement of "aligned" attribute support. Before 0a2a0b5a74f4, the address of values used in runtime had

[njs] Fixed misaligned reading and writing.

2021-05-31 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/de189c66c757 branches: changeset: 1647:de189c66c757 user: Dmitry Volyntsev date: Mon May 31 06:55:34 2021 + description: Fixed misaligned reading and writing. error: load of misaligned address 0x62500de0ab11 for type 'uint16_t', which re

[nginx] Version bump.

2021-05-31 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/7e4aeb464642 branches: changeset: 7866:7e4aeb464642 user: Maxim Dounin date: Mon May 31 16:36:12 2021 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

[nginx] Core: disabled cloning sockets when testing config (ticket #2188).

2021-05-31 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/c860f0b7010c branches: changeset: 7867:c860f0b7010c user: Maxim Dounin date: Mon May 31 16:36:37 2021 +0300 description: Core: disabled cloning sockets when testing config (ticket #2188). Since we anyway do not set SO_REUSEPORT when testing co

[nginx] Core: disabled SO_REUSEADDR on UDP sockets while testing config.

2021-05-31 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/46815874bcc6 branches: changeset: 7868:46815874bcc6 user: Maxim Dounin date: Mon May 31 16:36:51 2021 +0300 description: Core: disabled SO_REUSEADDR on UDP sockets while testing config. On Linux, SO_REUSEADDR allows completely duplicate UDP so

[nginx] Contrib: vim syntax, update core and 3rd party module directives.

2021-05-31 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/d61d590ac826 branches: changeset: 7869:d61d590ac826 user: Gena Makhomed date: Sun May 30 12:26:00 2021 +0300 description: Contrib: vim syntax, update core and 3rd party module directives. diffstat: contrib/vim/syntax/nginx.vim | 15

Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.

2021-05-31 Thread Maxim Dounin
Hello! On Sun, May 30, 2021 at 12:29:19PM +0300, Gena Makhomed wrote: > # HG changeset patch > # User Gena Makhomed > # Date 1622366760 -10800 > # Sun May 30 12:26:00 2021 +0300 > # Node ID e3c137f6caa6c6b979e8eb8647d00a293fe1f112 > # Parent f5de03f308a6d7864b7d5108a968db56585b9a9b > Contr

[PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Steffen Kieß
# HG changeset patch # User Steffen Kieß # Date 1622475202 -7200 # Mon May 31 17:33:22 2021 +0200 # Node ID a877e63832c8b373edac1f4ca7d09621204b05b9 # Parent d61d590ac82643bf7dbc7842e5baced7a9f11480 SSL: export channel binding values as variables. Export the channel binding values for tls-u

Re: [PATCH] Variable $time_short.

2021-05-31 Thread Maxim Dounin
Hello! On Sun, May 30, 2021 at 01:02:24PM +0300, Gena Makhomed wrote: > On 29.05.2021 0:55, Maxim Dounin wrote: > > >> Main purpose of variable $time_short is usage for logging, access.log. > >> > >> Existing variables $time_iso8601 and $time_local has bad readability, > >> because these variabl

Re: [PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Maxim Dounin
Hello! On Mon, May 31, 2021 at 06:00:13PM +0200, Steffen Kieß wrote: > # HG changeset patch > # User Steffen Kieß > # Date 1622475202 -7200 > # Mon May 31 17:33:22 2021 +0200 > # Node ID a877e63832c8b373edac1f4ca7d09621204b05b9 > # Parent d61d590ac82643bf7dbc7842e5baced7a9f11480 > SSL: exp

Re: [PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Steffen Kieß
Hello, On 31.05.21 18:36, Maxim Dounin wrote: Thanks for the patch. You may want to elaborate a bit more on how do you expect these variables to be used. [...] These variables can be used to implement authentication with channel binding in an http application. There are two channel bind

Re: [PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Maxim Dounin
Hello! On Mon, May 31, 2021 at 09:41:42PM +0200, Steffen Kieß wrote: > On 31.05.21 18:36, Maxim Dounin wrote: > > > > Thanks for the patch. You may want to elaborate a bit more on how > > do you expect these variables to be used. > > > > [...] > > > > These variables can be used to implement