The official NGINX Open Source repository.
Go to file
Maxim Dounin 041449a3d3 SSL: speedup loading of configs with many ssl servers.
The patch saves one EC_KEY_generate_key() call per server{} block by
informing OpenSSL about SSL_OP_SINGLE_ECDH_USE we are going to use before
the SSL_CTX_set_tmp_ecdh() call.

For a configuration file with 10k simple server{} blocks with SSL enabled
this change reduces startup time from 18s to 5s on a slow test box here.
2013-01-09 14:11:48 +00:00
auto Configure: added the NGX_ZLIB define. 2012-12-23 16:04:14 +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 2013. 2012-12-31 22:08:19 +00:00
misc Style, parentheses instead of braces in misc/GNUMakefile. 2012-10-30 11:09:38 +00:00
src SSL: speedup loading of configs with many ssl servers. 2013-01-09 14:11:48 +00:00
.hgtags release-1.3.10 tag 2012-12-25 14:24:12 +00:00