[nginx] CONF: Make ssl_client_certificate directive optional with TLSv1.3

2024-08-16 Thread Praveen Chaudhary
Hi Nginx Devs Bumping patch to the top for review. CC: @Sergey Kandaurov Thanks for contributing client certificate validation with OSCP. It is a long awaited feature. In this patch, I am trying to fix another lingering concern. It will be great, if you can have a look. # HG changeset patch # U

[njs] Making ngx_js_logger() reusable by QuickJS code.

2024-08-16 Thread noreply
details: https://github.com/nginx/njs/commit/d47f7beda262a63d0eef72839c5b2b545b0699d9 branches: master commit:d47f7beda262a63d0eef72839c5b2b545b0699d9 user: Dmitry Volyntsev date: Mon, 8 Jul 2024 23:38:28 -0700 description: Making ngx_js_logger() reusable by QuickJS code. ---

[njs] Fixed compilation on 32bit platforms.

2024-08-16 Thread noreply
details: https://github.com/nginx/njs/commit/598fc578fcba772dc3649f74f1cbef7f5783961f branches: master commit:598fc578fcba772dc3649f74f1cbef7f5783961f user: Dmitry Volyntsev date: Thu, 15 Aug 2024 22:02:48 -0700 description: Fixed compilation on 32bit platforms. The issue was in

[njs] Modules: adding NUL byte at the end of the global script.

2024-08-16 Thread noreply
details: https://github.com/nginx/njs/commit/58b581461d8cc77037de9000e1dde9b74e314aee branches: master commit:58b581461d8cc77037de9000e1dde9b74e314aee user: Dmitry Volyntsev date: Thu, 25 Jul 2024 19:02:35 -0700 description: Modules: adding NUL byte at the end of the global scrip