nginx/src
Sergey Kandaurov ce65faea95 QUIC: support for setting QUIC methods with LibreSSL.
Setting QUIC methods is converted to use C99 designated initializers
for simplicity, as LibreSSL 3.6.0 has different SSL_QUIC_METHOD layout.

Additionally, only set_read_secret/set_write_secret callbacks are set.
Although they are preferred in LibreSSL over set_encryption_secrets,
better be on a safe side as LibreSSL has unexpectedly incompatible
set_encryption_secrets calling convention expressed in passing read
and write secrets split in separate calls, unlike this is documented
in old BoringSSL sources.  To avoid introducing further changes for
the old API, it is simply disabled.
2022-10-20 16:21:06 +04:00
..
core Merged with the default branch. 2022-07-26 19:54:11 +04:00
event QUIC: support for setting QUIC methods with LibreSSL. 2022-10-20 16:21:06 +04:00
http HTTP/3: skip empty request body buffers (ticket #2374). 2022-08-03 16:59:51 +04:00
mail Mail: connections with wrong ALPN protocols are now rejected. 2021-10-20 09:45:34 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Merged with the default branch. 2022-07-26 19:54:11 +04:00
stream Merged with the default branch. 2022-07-26 19:54:11 +04:00