comparison src/http/modules/ngx_http_ssl_module.h @ 380:bc21d9cd9c54 NGINX_0_7_2

nginx 0.7.2 *) Feature: now nginx supports EDH key exchange ciphers. *) Feature: the "ssl_dhparam" directive. *) Feature: the $ssl_client_cert variable. Thanks to Manlio Perillo. *) Bugfix: after changing URI via a "rewrite" directive nginx did not search a new location; bug appeared in 0.7.1. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built without PCRE library; bug appeared in 0.7.1. *) Bugfix: when a request to a directory was redirected with the slash added, nginx dropped a query string from the original request.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Jun 2008 00:00:00 +0400
parents 29a6403156b0
children 0b6053502c55
comparison
equal deleted inserted replaced
379:9d9dad60269f 380:bc21d9cd9c54
29 29
30 time_t session_timeout; 30 time_t session_timeout;
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 client_certificate; 35 ngx_str_t client_certificate;
35 36
36 ngx_str_t ciphers; 37 ngx_str_t ciphers;
37 38
38 ngx_shm_zone_t *shm_zone; 39 ngx_shm_zone_t *shm_zone;