nginx/src
Sergey Kandaurov 100f130af7 SNI: using ClientHello callback.
The change introduces a SNI based virtual server selection with
the ClientHello callback used for early server-side ClientHello
processing.  It reverts 46b9f5d38.

The ClientHello callback is available in OpenSSL version 1.1.1+,
where the TLSv1.3 protocol support was introduced.  For other
versions, the servername callback is preserved.

Notably, this follows BoringSSL behaviour to process server name
before SSL session resumption.
2025-03-06 20:06:20 +04:00
..
core Version bump. 2025-02-18 15:49:18 +04:00
event SSL: raised limit for sessions stored in shared memory. 2025-02-26 17:40:03 +04:00
http SNI: using ClientHello callback. 2025-03-06 20:06:20 +04:00
mail Mail: handling of LOGIN IMAP command untagged response. 2024-11-26 19:07:17 +04:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Core: fix build without libcrypt. 2025-02-18 16:18:10 +03:00
stream SNI: using ClientHello callback. 2025-03-06 20:06:20 +04:00