Re: QUIC: add error code for handshake failed.

2023-02-23 Thread Sergey Kandaurov
> On 22 Feb 2023, at 17:15, Roman Arutyunyan wrote: > > On Tue, Feb 21, 2023 at 05:54:42PM +0400, Sergey Kandaurov wrote: > > [..] > >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1676987626 -14400 >> # Tue Feb 21 17:53:46 2023 +0400 >> # Branch quic >> # Node ID e012c39995

Re: QUIC: add error code for handshake failed.

2023-02-22 Thread Roman Arutyunyan
On Tue, Feb 21, 2023 at 05:54:42PM +0400, Sergey Kandaurov wrote: [..] > # HG changeset patch > # User Sergey Kandaurov > # Date 1676987626 -14400 > # Tue Feb 21 17:53:46 2023 +0400 > # Branch quic > # Node ID e012c3999592fc935bfc786a232903567c512bfe > # Parent baada8d864cbedc7557b879f89ee

Re: QUIC: add error code for handshake failed.

2023-02-21 Thread Sergey Kandaurov
> On 17 Feb 2023, at 16:53, Sergey Kandaurov wrote: > >> >> On 17 Feb 2023, at 09:17, Jiuzhou Cui wrote: >> >> Maybe NGX_QUIC_ERR_CRYPTO(sslerr) is not suitable here. >> >> I think error and error_reason should be set together. >> >> My scenes is error_reason is "handshake failed", but erro

Re: QUIC: add error code for handshake failed.

2023-02-21 Thread Roman Arutyunyan
On Thu, Feb 16, 2023 at 06:42:27PM +0400, Sergey Kandaurov wrote: [..] > # HG changeset patch > # User Sergey Kandaurov > # Date 1676558213 -14400 > # Thu Feb 16 18:36:53 2023 +0400 > # Branch quic > # Node ID 2fcd590d85da9c3a0205a18cb295ec316c03f18e > # Parent 12b756caaf167d2239fd3bd7a75b

Re: QUIC: add error code for handshake failed.

2023-02-17 Thread Sergey Kandaurov
gt; >> # User Jiuzhou Cui > >> # Date 1676554419 -28800 > >> # Thu Feb 16 21:33:39 2023 +0800 > >> # Branch quic > >> # Node ID 13396c3ad10bdc8c1ac6969e965ceac510dc162f > >> # Parent b87a0dbc1150f415def5bc1e1f00d02b33519026 > >> QUIC: add error code for handshake failed

Re:Re: QUIC: add error code for handshake failed.

2023-02-16 Thread Jiuzhou Cui
! >> >> # HG changeset patch >> # User Jiuzhou Cui >> # Date 1676554419 -28800 >> # Thu Feb 16 21:33:39 2023 +0800 >> # Branch quic >> # Node ID 13396c3ad10bdc8c1ac6969e965ceac510dc162f >> # Parent b87a0dbc1150f415def5bc1e1f00d02b33519026 >&

Re: QUIC: add error code for handshake failed.

2023-02-16 Thread Sergey Kandaurov
c1150f415def5bc1e1f00d02b33519026 > QUIC: add error code for handshake failed. > > diff -r b87a0dbc1150 -r 13396c3ad10b src/event/quic/ngx_event_quic_ssl.c > --- a/src/event/quic/ngx_event_quic_ssl.c Tue Oct 25 12:52:09 2022 +0400 > +++ b/src/event/quic/ngx_event_quic_ssl.c

QUIC: add error code for handshake failed.

2023-02-16 Thread Jiuzhou Cui
Hello! # HG changeset patch # User Jiuzhou Cui # Date 1676554419 -28800 # Thu Feb 16 21:33:39 2023 +0800 # Branch quic # Node ID 13396c3ad10bdc8c1ac6969e965ceac510dc162f # Parent b87a0dbc1150f415def5bc1e1f00d02b33519026 QUIC: add error code for handshake failed. diff -r b87a0dbc1150 -r