The official NGINX Open Source repository.
Go to file
Roman Arutyunyan cb70d5954c QUIC: fixed compat with ciphers other than AES128 (ticket #2500).
Previously, rec.level field was not uninitialized in SSL_provide_quic_data().
As a result, its value was always ssl_encryption_initial.  Later in
ngx_quic_ciphers() such level resulted in resetting the cipher to
TLS1_3_CK_AES_128_GCM_SHA256 and using AES128 to encrypt the packet.

Now the level is initialized and the right cipher is used.
2023-05-28 11:17:07 +04:00
auto Stream: removed QUIC support. 2023-05-14 12:05:35 +04:00
conf MIME: added image/avif type. 2021-10-25 20:49:15 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2022-06-18 15:54:40 +03:00
docs nginx-1.25.0-RELEASE 2023-05-23 18:08:19 +03:00
misc Added stream modules realip and ssl_preread to win32 builds. 2023-04-17 14:08:00 +04:00
src QUIC: fixed compat with ciphers other than AES128 (ticket #2500). 2023-05-28 11:17:07 +04:00
.hgtags release-1.25.0 tag 2023-05-23 18:08:20 +03:00