|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_ssl_module.h>

Definition at line 17 of file ngx_http_ssl_module.h.
| ssize_t builtin_session_cache |
Definition at line 29 of file ngx_http_ssl_module.h.
| ngx_str_t certificate |
Definition at line 33 of file ngx_http_ssl_module.h.
| ngx_str_t certificate_key |
Definition at line 34 of file ngx_http_ssl_module.h.
| ngx_str_t ciphers |
Definition at line 41 of file ngx_http_ssl_module.h.
| ngx_str_t client_certificate |
Definition at line 37 of file ngx_http_ssl_module.h.
| ngx_str_t crl |
Definition at line 39 of file ngx_http_ssl_module.h.
| ngx_str_t dhparam |
Definition at line 35 of file ngx_http_ssl_module.h.
| ngx_str_t ecdh_curve |
Definition at line 36 of file ngx_http_ssl_module.h.
| ngx_flag_t enable |
Definition at line 18 of file ngx_http_ssl_module.h.
| u_char* file |
Definition at line 50 of file ngx_http_ssl_module.h.
| ngx_uint_t line |
Definition at line 51 of file ngx_http_ssl_module.h.
| ngx_flag_t prefer_server_ciphers |
Definition at line 22 of file ngx_http_ssl_module.h.
| ngx_uint_t protocols |
Definition at line 24 of file ngx_http_ssl_module.h.
| time_t session_timeout |
Definition at line 31 of file ngx_http_ssl_module.h.
| ngx_shm_zone_t* shm_zone |
Definition at line 43 of file ngx_http_ssl_module.h.
| ngx_ssl_t ssl |
Definition at line 20 of file ngx_http_ssl_module.h.
| ngx_flag_t stapling |
Definition at line 45 of file ngx_http_ssl_module.h.
| ngx_str_t stapling_file |
Definition at line 47 of file ngx_http_ssl_module.h.
| ngx_str_t stapling_responder |
Definition at line 48 of file ngx_http_ssl_module.h.
| ngx_flag_t stapling_verify |
Definition at line 46 of file ngx_http_ssl_module.h.
| ngx_str_t trusted_certificate |
Definition at line 38 of file ngx_http_ssl_module.h.
| ngx_uint_t verify |
Definition at line 26 of file ngx_http_ssl_module.h.
| ngx_uint_t verify_depth |
Definition at line 27 of file ngx_http_ssl_module.h.
1.8.1.2