Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

2022-07-25 Thread Sergey Kandaurov
> On 31 May 2022, at 11:06, Roman Arutyunyan wrote: > > # HG changeset patch > # User Vladimir Homutov > # Date 1645524401 -10800 > # Tue Feb 22 13:06:41 2022 +0300 > # Branch quic > # Node ID a881ff28070262f3810517d5d3cb4ff67a4b7121 > # Parent 5b1011b5702b5c5db2ba3d392a4da25596183cc2 >

[PATCH 1 of 4] QUIC: fixed-length buffers for secrets

2022-05-31 Thread Roman Arutyunyan
# HG changeset patch # User Vladimir Homutov # Date 1645524401 -10800 # Tue Feb 22 13:06:41 2022 +0300 # Branch quic # Node ID a881ff28070262f3810517d5d3cb4ff67a4b7121 # Parent 5b1011b5702b5c5db2ba3d392a4da25596183cc2 QUIC: fixed-length buffers for secrets. diff --git

Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

2022-05-31 Thread Roman Arutyunyan
On Tue, Feb 22, 2022 at 01:23:27PM +0300, Vladimir Homutov wrote: > On Mon, Feb 21, 2022 at 05:51:42PM +0300, Sergey Kandaurov wrote: > > On Mon, Feb 21, 2022 at 02:10:31PM +0300, Vladimir Homutov wrote: > > > Patch subject is complete summary. > > > > > > > > >

Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

2022-02-22 Thread Vladimir Homutov
On Mon, Feb 21, 2022 at 05:51:42PM +0300, Sergey Kandaurov wrote: > On Mon, Feb 21, 2022 at 02:10:31PM +0300, Vladimir Homutov wrote: > > Patch subject is complete summary. > > > > > > src/event/quic/ngx_event_quic_protection.c | 202 > > +++- > > 1 files changed, 105

Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

2022-02-21 Thread Sergey Kandaurov
On Mon, Feb 21, 2022 at 02:10:31PM +0300, Vladimir Homutov wrote: > Patch subject is complete summary. > > > src/event/quic/ngx_event_quic_protection.c | 202 > +++- > 1 files changed, 105 insertions(+), 97 deletions(-) > > > # HG changeset patch > # User Vladimir

[PATCH 1 of 4] QUIC: fixed-length buffers for secrets

2022-02-21 Thread Vladimir Homutov
Patch subject is complete summary. src/event/quic/ngx_event_quic_protection.c | 202 +++- 1 files changed, 105 insertions(+), 97 deletions(-) # HG changeset patch # User Vladimir Homutov # Date 1645440604 -10800 # Mon Feb 21 13:50:04 2022 +0300 # Branch quic #