Home
last modified time | relevance | path

Searched refs:ngx_http_ssl_module (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.h67 extern ngx_module_t ngx_http_ssl_module;
H A Dngx_http_ssl_module.c271 ngx_module_t ngx_http_ssl_module = { variable
1075 &ngx_http_ssl_module); in ngx_http_ssl_session_cache()
1119 sscf = cscfp[s]->ctx->srv_conf[ngx_http_ssl_module.ctx_index]; in ngx_http_ssl_init()
1150 sscf = cscf->ctx->srv_conf[ngx_http_ssl_module.ctx_index]; in ngx_http_ssl_init()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru813 ngx_http_ssl_module, но без модуля ngx_stream_ssl_module; ошибка
2073 модуля ngx_http_ssl_module; ошибка появилась в 1.3.14.
5857 *) Добавление: модуль ngx_http_ssl_module поддерживает расширение TLS
6169 *) Добавление: директивы ssl_session_cache модулей ngx_http_ssl_module и
7320 *) Добавление: директива ssl_session_timeout модулей ngx_http_ssl_module
7534 модулей ngx_http_ssl_module и ngx_imap_ssl_module.
7603 ngx_http_ssl_module и перенесена на глобальный уровень.
7699 *) Исправление: модуль ngx_http_ssl_module не поддерживал цепочки
H A DCHANGES800 ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
2028 without ngx_http_ssl_module; the bug had appeared in 1.3.14.
5738 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS
6046 ngx_http_ssl_module and ngx_imap_ssl_module.
7193 ngx_http_ssl_module and ngx_imap_ssl_module.
7404 directives of the ngx_http_ssl_module and ngx_imap_ssl_module.
7468 ngx_http_ssl_module and now is introduced at global level.
7564 *) Bugfix: the ngx_http_ssl_module did not support the certificate
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules699 ngx_module_name=ngx_http_ssl_module
701 ngx_module_deps=src/http/modules/ngx_http_ssl_module.h
702 ngx_module_srcs=src/http/modules/ngx_http_ssl_module.c
H A Doptions447 --with-http_ssl_module enable ngx_http_ssl_module
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c337 sscf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_ssl_module); in ngx_http_init_connection()
742 ngx_http_ssl_module); in ngx_http_ssl_handshake()
930 sscf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_ssl_module); in ngx_http_ssl_servername()
2000 sscf = ngx_http_get_module_srv_conf(r, ngx_http_ssl_module); in ngx_http_process_request()
2205 sscf = ngx_http_get_module_srv_conf(cscf->ctx, ngx_http_ssl_module); in ngx_http_set_virtual_server()