[PATCH] conf/mime.types: add image/jxl internet media type

2024-08-12 Thread Leo Izen
# HG changeset patch # User Leo Izen # Date 1723466276 14400 # Mon Aug 12 08:37:56 2024 -0400 # Node ID 351f249fca852fd701285299b2d5d43c7e911fd2 # Parent b5550a7f16c795f394f9d1ac87132dd2b7ef0e41 conf/mime.types: add image/jxl internet media type image/jxl for JPEG XL images is an officially

Re: [PATCH 2 of 6] SSL: object caching

2024-08-12 Thread Aleksei Bavshin
On 7/23/2024 12:30 PM, Mini Hawthorne wrote: # HG changeset patch # User Mini Hawthorne # Date 1721762842 0 # Tue Jul 23 19:27:22 2024 + # Node ID 8eee61e223bb7cb7475e50b866fd6b9a83fa5fa0 # Parent 59ac183dfee8e9641563e043eb19480d91dd7cc0 SSL: object caching. Added ngx_openssl_cache_mo

[PATCH 1 of 1] CONF: make ssl_client_certificate optional with only tlsv1_3

2024-08-12 Thread Praveen Chaudhary
Hi Nginx Devs This is my first Nginx patch. So guide me, if mistakes are made while following the process. *Testing done:* Ran nginx-tests. Got the same results with or without patch. *PATCH description* is in commit logs. *Code doubts:* Currently I used [~NGX_SSL_TLSv1_3] to find if configured

[PATCH 1 of 1] CONF: make ssl_client_certificate optional with only tlsv1_3

2024-08-12 Thread Praveen Chaudhary
Hi Nginx Devs *Testing done:* Ran nginx-tests. Got the same results with or without patch. *PATCH description:* As per RFC 8446 Section 4.2.4, server MAY (not SHOULD or MUST) send Certificate Authorities (CAs) in the Certificate Request packet. Today, Nginx makes the ssl_client_certificate direc