comparison src/core/ngx_core.h @ 688:f31b19fe7f48 NGINX_1_3_7

nginx 1.3.7 *) Feature: OCSP stapling support. Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work. *) Feature: the "ssl_trusted_certificate" directive. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Bugfix: OpenSSL 0.9.7 compatibility.
author Igor Sysoev <http://sysoev.ru>
date Tue, 02 Oct 2012 00:00:00 +0400
parents e5fa0a4a7d27
children
comparison
equal deleted inserted replaced
687:a7305f494f1c 688:f31b19fe7f48
67 #include <ngx_times.h> 67 #include <ngx_times.h>
68 #include <ngx_shmtx.h> 68 #include <ngx_shmtx.h>
69 #include <ngx_slab.h> 69 #include <ngx_slab.h>
70 #include <ngx_inet.h> 70 #include <ngx_inet.h>
71 #include <ngx_cycle.h> 71 #include <ngx_cycle.h>
72 #include <ngx_resolver.h>
72 #if (NGX_OPENSSL) 73 #if (NGX_OPENSSL)
73 #include <ngx_event_openssl.h> 74 #include <ngx_event_openssl.h>
74 #endif 75 #endif
75 #include <ngx_process_cycle.h> 76 #include <ngx_process_cycle.h>
76 #include <ngx_conf_file.h> 77 #include <ngx_conf_file.h>
77 #include <ngx_resolver.h>
78 #include <ngx_open_file_cache.h> 78 #include <ngx_open_file_cache.h>
79 #include <ngx_os.h> 79 #include <ngx_os.h>
80 #include <ngx_connection.h> 80 #include <ngx_connection.h>
81 81
82 82