Go to file
Maxim Dounin 6ca56c5d32 SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.
Even during execution of a request it is possible that there will be
no session available, notably in case of renegotiation.  As a result
logging of $ssl_session_id in some cases caused NULL pointer dereference
after revision 97e3769637a7 (1.5.9).  The check added returns an empty
string if there is no session available.
2014-01-23 18:32:26 +04:00
auto Configure: fixed perl Makefile generation (ticket #334). 2013-04-19 12:19:57 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs Year 2014. 2014-01-14 16:24:02 +04:00
misc Updated zlib used for win32 builds. 2013-06-04 16:16:51 +04:00
src SSL: fixed $ssl_session_id possible segfault after 97e3769637a7. 2014-01-23 18:32:26 +04:00