]> git.kaiwu.me - nginx.git/commit
Fixed client certificate verification.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 23 Mar 2020 17:48:34 +0000 (20:48 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 23 Mar 2020 17:48:34 +0000 (20:48 +0300)
commitf20af3dabca75b1f57f5c72a0e45e7251762b43c
tree8358e67ffe5d4e0ddd26e3a9bc7bdd3123a13b88
parent5ac5e51fdfe68e8b11f8c7abd2ce361062f68e54
Fixed client certificate verification.

For ngx_http_process_request() part to work, this required to set both
r->http_connection->ssl and c->ssl on a QUIC stream.  To avoid damaging
global SSL object, ngx_ssl_shutdown() is managed to ignore QUIC streams.
src/event/ngx_event_openssl.c
src/event/ngx_event_quic.c
src/http/ngx_http_request.c