]> git.kaiwu.me - nginx.git/commit
SNI: support for early ClientHello callback with BoringSSL.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 22 Sep 2025 15:55:16 +0000 (19:55 +0400)
committerpluknet <pluknet@nginx.com>
Thu, 25 Sep 2025 15:25:08 +0000 (19:25 +0400)
commit7f9ced0ce0d70ae60f46ef3ed759efa75e711db4
treed6e76b58b8814166abb3a704de488c37b0ce1fa7
parent0373fe5d98c1515640e74fa6f4d32fac1f1d3ab2
SNI: support for early ClientHello callback with BoringSSL.

This brings feature parity with OpenSSL after the previous change,
making it possible to set SSL protocols per virtual server.
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/ngx_http_request.c
src/stream/ngx_stream_ssl_module.c