[njs] XML: removed XML_PARSE_DTDVALID during a document parsing.

2023-03-01 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/700f267bd903 branches: changeset: 2061:700f267bd903 user: Dmitry Volyntsev date: Wed Mar 01 21:38:09 2023 -0800 description: XML: removed XML_PARSE_DTDVALID during a document parsing. When XML_PARSE_DTDVALID is enabled libxml2 parses and execute

Re: [PATCH] Core: return error when the first byte is above 0xf5 in utf-8

2023-03-01 Thread Maxim Dounin
Hello! On Thu, Feb 23, 2023 at 09:24:52AM +0900, u5h wrote: > Thanks reviewing! > > I agree with your early return strategy and I would reconsider that > condition below. > > # HG changeset patch > # User Yugo Horie > # Date 1677107390 -32400 > # Thu Feb 23 08:09:50 2023 +0900 > # Node ID

[PATCH 2 of 4] SSL: logging levels of various errors reported with tlsfuzzer

2023-03-01 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1677682421 -10800 # Wed Mar 01 17:53:41 2023 +0300 # Node ID c76e163105f1eac7727ce4e6d955fecb38d93e49 # Parent 4d0a265c1d20f22f196680dfcc9d044f9e711865 SSL: logging levels of various errors reported with tlsfuzzer. To further differentiate cli

[PATCH 4 of 4] SSL: logging levels of errors observed with BoringSSL

2023-03-01 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1677682467 -10800 # Wed Mar 01 17:54:27 2023 +0300 # Node ID ad67809ab209bd575dac52756ad4aeb5255d430e # Parent 207742991a561c0ed70834d4ce18e8452689419d SSL: logging levels of errors observed with BoringSSL. As tested with tlsfuzzer with Boring

[PATCH 3 of 4] SSL: logging levels of errors observed with tlsfuzzer and LibreSSL

2023-03-01 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1677682426 -10800 # Wed Mar 01 17:53:46 2023 +0300 # Node ID 207742991a561c0ed70834d4ce18e8452689419d # Parent c76e163105f1eac7727ce4e6d955fecb38d93e49 SSL: logging levels of errors observed with tlsfuzzer and LibreSSL. As tested with tlsfuzze

[PATCH 0 of 4] logging levels of SSL errors observed with tlsfuzzer

2023-03-01 Thread Maxim Dounin
Hello! The following patch series adjusts logging levels of various client-related errors observed with tlsfuzzer with different SSL libraries. In particular, tests were done with TLSv1.3 enabled where possible. Note that it doesn't try to quench all the errors observed, but only ones which clea

[PATCH 1 of 4] SSL: switched to detect log level based on the last error

2023-03-01 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1677682263 -10800 # Wed Mar 01 17:51:03 2023 +0300 # Node ID 4d0a265c1d20f22f196680dfcc9d044f9e711865 # Parent 2acb00b9b5fff8a97523b659af4377fc605abe6e SSL: switched to detect log level based on the last error. In some cases there might be mul