]> git.kaiwu.me - nginx.git/commit
A new fix for the case when ssl_session_cache defined, but ssl is not
authorIgor Sysoev <igor@sysoev.ru>
Thu, 4 Aug 2011 11:12:30 +0000 (11:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 4 Aug 2011 11:12:30 +0000 (11:12 +0000)
commitdfd81a23b2771fa8a9be37a2a911562826005124
tree3ccb7322a77c468b34b4373db153bb95a70d3771
parentc42be75569adf56defbe61ac46b14a70c684cd5e
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