nginx/src
Sergey Kandaurov 79fcf261d0 SSL: fixed possible segfault on renegotiation (ticket #845).
Skip SSL_CTX_set_tlsext_servername_callback in case of renegotiation.
Do nothing in SNI callback as in this case it will be supplied with
request in c->data which isn't expected and doesn't work this way.

This was broken by b40af2fd1c16 (1.9.6) with OpenSSL master branch and LibreSSL.
2015-12-08 16:59:43 +03:00
..
core Style: NGX_PTR_SIZE replaced with sizeof(void *). 2015-12-03 20:06:45 +03:00
event Win32: timer_resolution now ignored with select. 2015-10-20 18:16:18 +03:00
http SSL: fixed possible segfault on renegotiation (ticket #845). 2015-12-08 16:59:43 +03:00
mail Win32: MSVC 2015 compatibility. 2015-08-17 18:09:17 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Core: fix typo in error message. 2015-12-02 19:17:19 -08:00
stream Stream: delete proxy connection timer after SSL handshake. 2015-10-06 08:57:09 +03:00