]> git.kaiwu.me - nginx.git/commit
Merging r3933, r4154:
authorIgor Sysoev <igor@sysoev.ru>
Fri, 30 Sep 2011 13:36:33 +0000 (13:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 30 Sep 2011 13:36:33 +0000 (13:36 +0000)
commit4918eb4407b5edf62fe2add6aa140052e2d59e3d
tree1cfda339e03f01dc5df954dd3915f946594d0eac
parent05596e58393f07e7100b551c73ca1fdbc24aa338
Merging r3933, r4154:

A new fix for the case when ssl_session_cache defined, but ssl is not
enabled in any server. The previous r1033 does not help when unused zone
becomes used after reconfiguration, so it is backed out.

The initial thought was to make SSL modules independed from SSL implementation
and to keep OpenSSL code dependance as much as in separate files.
src/core/ngx_cycle.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_ssl_module.c
src/mail/ngx_mail_ssl_module.c