The official NGINX Open Source repository.
Go to file
Maxim Dounin d39777712d Merge of r4868, r4869: SSL minor fixes.
*) SSL: fixed compression workaround to remove all methods.

   Previous code used sk_SSL_COMP_delete(ssl_comp_methods, i) while iterating
   stack from 0 to n, resulting in removal of only even compression methods.

   In real life this change is a nop, as there is only one compression method
   which is enabled by default in OpenSSL.

*) SSL: added version checks for ssl compression workaround.

   The SSL_COMP_get_compression_methods() is only available as an API
   function in OpenSSL 0.9.8+, require it explicitly to unbreak build
   with OpenSSL 0.9.7.
2012-11-12 18:00:32 +00:00
auto Merge of r4866, r4867: configure fixes. 2012-11-12 17:57: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 nginx-1.2.4-RELEASE 2012-09-25 13:42:43 +00:00
misc Stable: removed gunzip module from win32 helper target. 2012-09-25 10:41:22 +00:00
src Merge of r4868, r4869: SSL minor fixes. 2012-11-12 18:00:32 +00:00
.hgtags release-1.2.4 tag 2012-09-25 13:43:03 +00:00