> 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.
>
> 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
> 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
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
# 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