Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Typedefs | Variables
ngx_http_ssl_module.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
Include dependency graph for ngx_http_ssl_module.c:

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

Macro Definition Documentation

#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 Documentation

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.

Variable Documentation

ngx_module_t ngx_http_ssl_module
Initial value:
{
&ngx_http_ssl_module_ctx,
ngx_http_ssl_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 217 of file ngx_http_ssl_module.c.