]> git.kaiwu.me - nginx.git/commit
Merge of r3960, r3961, r3962, r3963, r3965:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 Aug 2011 12:35:53 +0000 (12:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 Aug 2011 12:35:53 +0000 (12:35 +0000)
commit6bf8152c6cf9aef27609e51645a452e229c67588
tree9c7f6890d197914e9b8d00ac56cd02f7906d1a41
parent1a6c657f773ac1092e4e8da365e7d179f8bb283c
Merge of r3960, r3961, r3962, r3963, r3965:

SSL related fixes:

*) MSIE export versions are rare now, so RSA 512 key is generated on demand
   and is shared among all hosts instead of pregenerating for every HTTPS host
   on configuraiton phase. This decreases start time for configuration with
   large number of HTTPS hosts.
*) ECDHE support; patch by Adrian Kotelba
*) fix build by gcc46 with -Wunused-value option
*) fix SSL connection issues on platforms with 32-bit off_t
*) do not try to reuse and save a SSL session for a peer created on the fly
   by ngx_http_upstream_create_round_robin_peer(), since the peer lives
   only during request so the saved SSL session will never be used again
   and just causes memory leak
src/core/ngx_config.h
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h
src/http/ngx_http_upstream_round_robin.c
src/mail/ngx_mail_ssl_module.c
src/mail/ngx_mail_ssl_module.h