[PATCH] QUIC: fixed encryption level in ngx_quic_frame_sendto()

2023-05-04 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1683212627 -14400 # Thu May 04 19:03:47 2023 +0400 # Branch quic # Node ID 99591a6dd409e18adb6bd2a895d940f7c0415080 # Parent 2610c54070bec4e55b6c9d31c16e8526fc8ee1ae QUIC: fixed encryption level in ngx_quic_frame_sendto(). Previously, ssl_

Re: [PATCH] QUIC: fixed encryption level in ngx_quic_frame_sendto()

2023-05-04 Thread Sergey Kandaurov
> On 4 May 2023, at 19:04, Roman Arutyunyan wrote: > > # HG changeset patch > # User Roman Arutyunyan > # Date 1683212627 -14400 > # Thu May 04 19:03:47 2023 +0400 > # Branch quic > # Node ID 99591a6dd409e18adb6bd2a895d940f7c0415080 > # Parent 2610c54070bec4e55b6c9d31c16e8526fc8ee1ae > QU

[njs] WebCrypto: fixed building with OpenSSL 1.1.0.

2023-05-04 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/4c4e5b60c766 branches: changeset: 2104:4c4e5b60c766 user: Dmitry Volyntsev date: Thu May 04 22:15:46 2023 -0700 description: WebCrypto: fixed building with OpenSSL 1.1.0. The issue was introduced in 0681bf66 (0.7.10). This closes #636 issue