comparison auto/sources @ 4873:dd74fd35ceb5

OCSP stapling: ssl_stapling_file support. Very basic version without any OCSP responder query code, assuming valid DER-encoded OCSP response is present in a ssl_stapling_file configured. Such file might be produced with openssl like this: openssl ocsp -issuer root.crt -cert domain.crt -respout domain.staple \ -url http://ocsp.example.com
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Oct 2012 12:41:08 +0000
parents f9ae534ebf4b
children c0f7b94e88ba
comparison
equal deleted inserted replaced
4872:7c3cca603438 4873:dd74fd35ceb5
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"