summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-05-28 11:17:07 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-05-28 11:17:07 +0400
commitcb70d5954c65b5683bc1c104bbf2466b73f4aa2b (patch)
tree246397522e346967a40132fffd1707227b40ab77 /src/http/ngx_http_request.c
parentfddcc30e999e56a9838a5ed818469afcd244f395 (diff)
downloadnginx-cb70d5954c65b5683bc1c104bbf2466b73f4aa2b.tar.gz
nginx-cb70d5954c65b5683bc1c104bbf2466b73f4aa2b.tar.bz2
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.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions