comparison src/event/ngx_event_openssl.h @ 5661:060c2e692b96

Upstream: proxy_ssl_verify and friends.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 18 Apr 2014 20:13:30 +0400
parents 94ae92776441
children 5e892d40e5cc
comparison
equal deleted inserted replaced
5660:7022564a9e0e 5661:060c2e692b96
148 || n == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN \ 148 || n == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN \
149 || n == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY \ 149 || n == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY \
150 || n == X509_V_ERR_CERT_UNTRUSTED \ 150 || n == X509_V_ERR_CERT_UNTRUSTED \
151 || n == X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE) 151 || n == X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE)
152 152
153 ngx_int_t ngx_ssl_check_host(ngx_connection_t *c, ngx_str_t *name);
154
153 155
154 ngx_int_t ngx_ssl_get_protocol(ngx_connection_t *c, ngx_pool_t *pool, 156 ngx_int_t ngx_ssl_get_protocol(ngx_connection_t *c, ngx_pool_t *pool,
155 ngx_str_t *s); 157 ngx_str_t *s);
156 ngx_int_t ngx_ssl_get_cipher_name(ngx_connection_t *c, ngx_pool_t *pool, 158 ngx_int_t ngx_ssl_get_cipher_name(ngx_connection_t *c, ngx_pool_t *pool,
157 ngx_str_t *s); 159 ngx_str_t *s);