mirror of
https://github.com/nginx/nginx.git
synced 2025-01-09 19:48:26 +08:00
61cec6f01b
Following 7319:dcab86115261, as long as SSL_OP_NO_RENEGOTIATION is defined, it is OpenSSL library responsibility to prevent renegotiation, so the checks are meaningless. Additionally, with TLSv1.3 OpenSSL tends to report SSL_CB_HANDSHAKE_START at various unexpected moments - notably, on KeyUpdate messages and when sending tickets. This change prevents unexpected connection close on KeyUpdate messages and when finishing handshake with upcoming early data changes. |
||
---|---|---|
.. | ||
modules | ||
ngx_event_accept.c | ||
ngx_event_acceptex.c | ||
ngx_event_connect.c | ||
ngx_event_connect.h | ||
ngx_event_connectex.c | ||
ngx_event_openssl_stapling.c | ||
ngx_event_openssl.c | ||
ngx_event_openssl.h | ||
ngx_event_pipe.c | ||
ngx_event_pipe.h | ||
ngx_event_posted.c | ||
ngx_event_posted.h | ||
ngx_event_timer.c | ||
ngx_event_timer.h | ||
ngx_event_udp.c | ||
ngx_event.c | ||
ngx_event.h |