comparison src/http/modules/ngx_http_ssl_module.c @ 2045:2b11822b12d6

$ssl_client_cert
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Jun 2008 05:54:18 +0000
parents f45cec1cd270
children 9697407e9ecb
comparison
equal deleted inserted replaced
2044:f45cec1cd270 2045:2b11822b12d6
180 (uintptr_t) ngx_ssl_get_protocol, NGX_HTTP_VAR_CHANGEABLE, 0 }, 180 (uintptr_t) ngx_ssl_get_protocol, NGX_HTTP_VAR_CHANGEABLE, 0 },
181 181
182 { ngx_string("ssl_cipher"), NULL, ngx_http_ssl_static_variable, 182 { ngx_string("ssl_cipher"), NULL, ngx_http_ssl_static_variable,
183 (uintptr_t) ngx_ssl_get_cipher_name, NGX_HTTP_VAR_CHANGEABLE, 0 }, 183 (uintptr_t) ngx_ssl_get_cipher_name, NGX_HTTP_VAR_CHANGEABLE, 0 },
184 184
185 { ngx_string("ssl_client_cert"), NULL, ngx_http_ssl_variable,
186 (uintptr_t) ngx_ssl_get_certificate, NGX_HTTP_VAR_CHANGEABLE, 0 },
187
185 { ngx_string("ssl_client_s_dn"), NULL, ngx_http_ssl_variable, 188 { ngx_string("ssl_client_s_dn"), NULL, ngx_http_ssl_variable,
186 (uintptr_t) ngx_ssl_get_subject_dn, NGX_HTTP_VAR_CHANGEABLE, 0 }, 189 (uintptr_t) ngx_ssl_get_subject_dn, NGX_HTTP_VAR_CHANGEABLE, 0 },
187 190
188 { ngx_string("ssl_client_i_dn"), NULL, ngx_http_ssl_variable, 191 { ngx_string("ssl_client_i_dn"), NULL, ngx_http_ssl_variable,
189 (uintptr_t) ngx_ssl_get_issuer_dn, NGX_HTTP_VAR_CHANGEABLE, 0 }, 192 (uintptr_t) ngx_ssl_get_issuer_dn, NGX_HTTP_VAR_CHANGEABLE, 0 },