comparison src/http/modules/ngx_http_ssl_module.h @ 3243:08570d26c7c5 stable-0.7

merge r2995, r2996, r2997, r2998, r3003, r3141, r3210, r3211, r3232: various SSL fixes and features: *) $ssl_client_verify *) "ssl_verify_client ask" was changed to "ssl_verify_client optional" *) ssl_crl *) delete OpenSSL pre-0.9.7 compatibility: the sources were not actually compatible with OpenSSL 0.9.6 since ssl_session_cache introduction *) fix memory corruption in $ssl_client_cert *) issue SNI warning instead of failure: this is too common case *) use ngx_log_error(), since OpenSSL does not set an error on the failure *) add SNI support in -V output
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 16:53:34 +0000
parents 109849282793
children 0832a6997227
comparison
equal deleted inserted replaced
3242:f678ea405737 3243:08570d26c7c5
31 31
32 ngx_str_t certificate; 32 ngx_str_t certificate;
33 ngx_str_t certificate_key; 33 ngx_str_t certificate_key;
34 ngx_str_t dhparam; 34 ngx_str_t dhparam;
35 ngx_str_t client_certificate; 35 ngx_str_t client_certificate;
36 ngx_str_t crl;
36 37
37 ngx_str_t ciphers; 38 ngx_str_t ciphers;
38 39
39 ngx_shm_zone_t *shm_zone; 40 ngx_shm_zone_t *shm_zone;
40 41