comparison auto/sources @ 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 2e8a942c8872
children
comparison
equal deleted inserted replaced
687:a7305f494f1c 688:f31b19fe7f48
75 REGEX_SRCS=src/core/ngx_regex.c 75 REGEX_SRCS=src/core/ngx_regex.c
76 76
77 77
78 OPENSSL_MODULE=ngx_openssl_module 78 OPENSSL_MODULE=ngx_openssl_module
79 OPENSSL_DEPS=src/event/ngx_event_openssl.h 79 OPENSSL_DEPS=src/event/ngx_event_openssl.h
80 OPENSSL_SRCS=src/event/ngx_event_openssl.c 80 OPENSSL_SRCS="src/event/ngx_event_openssl.c \
81 src/event/ngx_event_openssl_stapling.c"
81 82
82 83
83 EVENT_MODULES="ngx_events_module ngx_event_core_module" 84 EVENT_MODULES="ngx_events_module ngx_event_core_module"
84 85
85 EVENT_INCS="src/event src/event/modules" 86 EVENT_INCS="src/event src/event/modules"