]> git.kaiwu.me - nginx.git/commit
Stream: ssl_preread module.
authorVladimir Homutov <vl@nginx.com>
Thu, 15 Sep 2016 11:56:51 +0000 (14:56 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 15 Sep 2016 11:56:51 +0000 (14:56 +0300)
commit5a7afb1b0d3f74d0ff96d4d9c519c26deb0fde39
tree1f57eafb4be0ae7f81993fa9d8831a96e39e80c6
parent704446127e310d8b0a4e9d5ddf655d5684846fce
Stream: ssl_preread module.

The ssl_preread module extracts information from the SSL Client Hello message
without terminating SSL.  Currently, only $ssl_preread_server_name variable
is supported, which contains server name from the SNI extension.
auto/modules
auto/options
src/stream/ngx_stream_ssl_preread_module.c [new file with mode: 0644]