Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | NGX_DEFAULT_CIPHERS "HIGH:!aNULL:!MD5" |
#define | NGX_DEFAULT_ECDH_CURVE "prime256v1" |
Typedefs | |
typedef ngx_int_t(* | ngx_ssl_variable_handler_pt )(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s) |
Variables | |
ngx_module_t | ngx_http_ssl_module |
#define NGX_DEFAULT_CIPHERS "HIGH:!aNULL:!MD5" |
Definition at line 17 of file ngx_http_ssl_module.c.
#define NGX_DEFAULT_ECDH_CURVE "prime256v1" |
Definition at line 18 of file ngx_http_ssl_module.c.
typedef ngx_int_t(* ngx_ssl_variable_handler_pt)(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s) |
Definition at line 13 of file ngx_http_ssl_module.c.
ngx_module_t ngx_http_ssl_module |
Definition at line 217 of file ngx_http_ssl_module.c.