]> git.kaiwu.me - nginx.git/commit
Stream ssl_preread: relaxed SSL version check.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 19 Dec 2016 11:02:39 +0000 (14:02 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 19 Dec 2016 11:02:39 +0000 (14:02 +0300)
commit393636d79c836e360b14ca99f76996935ee02236
tree4a1d66131eb1ccad677701c37de6c5b81730f59a
parent853c208fc993957aaea059e799bf9765ba167421
Stream ssl_preread: relaxed SSL version check.

SSL version 3.0 can be specified by the client at the record level for
compatibility reasons.  Previously, ssl_preread module rejected such
connections, presuming they don't have SNI.  Now SSL 3.0 is allowed at
the record level.
src/stream/ngx_stream_ssl_preread_module.c