OpenGrok search
   
Repository SCM Type: Parent (branch) Current version
nginx Mercurial: (default) 2023-05-28 11:17 +0400 b4a5 2023-05-28 11:17 +0400 b4a57278bf24 Roman Arutyunyan <arut@nginx.com> 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.
show more ...
unit Mercurial: (default) 2023-05-29 16:45 +0100 88df 2023-05-29 16:45 +0100 88df458ead6d Andrei Zeliankou <zelenkov@nginx.com> Tests: more fixtures.

Common methods from applications/proto.py converted to the fixtures.
sysctl check moved to the specific file where it is using.
Some options moved to the constructor to have early access.
show more ...