Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection

2023-10-23 Thread Sergey Kandaurov
> On 13 Oct 2023, at 19:13, Sergey Kandaurov wrote: > > [..] > > I was pondering on reusing a static crypto context > to make generating Retry packets more lightweight. > Known fixed values for key and nonce make it possible to create > a single context and reuse it over all Retry packets. >

Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection

2023-10-17 Thread Sergey Kandaurov
> On 13 Oct 2023, at 19:13, Sergey Kandaurov wrote: > > >> On 19 Sep 2023, at 17:53, Roman Arutyunyan wrote: >> >> Hi, >> >> On Thu, Sep 07, 2023 at 07:13:57PM +0400, Sergey Kandaurov wrote: >>> # HG changeset patch >>> # User Sergey Kandaurov >>> # Date 1694099424 -14400 >>> # Thu Sep

Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection

2023-10-13 Thread Sergey Kandaurov
> On 19 Sep 2023, at 17:53, Roman Arutyunyan wrote: > > Hi, > > On Thu, Sep 07, 2023 at 07:13:57PM +0400, Sergey Kandaurov wrote: >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1694099424 -14400 >> # Thu Sep 07 19:10:24 2023 +0400 >> # Node ID 28f7491bc79771f9cfa882b1b5584fa

Re: [PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection

2023-09-19 Thread Roman Arutyunyan
Hi, On Thu, Sep 07, 2023 at 07:13:57PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1694099424 -14400 > # Thu Sep 07 19:10:24 2023 +0400 > # Node ID 28f7491bc79771f9cfa882b1b5584fa48ea42e6b > # Parent 24e5d652ecc861f0c68607d20941abbf3726fdf1 > QUI

[PATCH 5 of 8] QUIC: reusing crypto contexts for packet protection

2023-09-07 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1694099424 -14400 # Thu Sep 07 19:10:24 2023 +0400 # Node ID 28f7491bc79771f9cfa882b1b5584fa48ea42e6b # Parent 24e5d652ecc861f0c68607d20941abbf3726fdf1 QUIC: reusing crypto contexts for packet protection. diff --git a/src/event/quic/ngx_ev