]> git.kaiwu.me - nginx.git/commit
SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.
authorMaxim Dounin <mdounin@mdounin.ru>
Sun, 3 Mar 2019 13:49:02 +0000 (16:49 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Sun, 3 Mar 2019 13:49:02 +0000 (16:49 +0300)
commit0808b04c4690354aab43e0cdfe49588abb942e8c
tree23572cae2a35feaaf3eae6d20d341fd8366fa439
parentfe43346dc3151e80dae0acd751f0a94314dcb91c
SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.

The SSL_OP_NO_CLIENT_RENEGOTIATION option was introduced in LibreSSL 2.5.1.
Unlike OpenSSL's SSL_OP_NO_RENEGOTIATION, it only disables client-initiated
renegotiation, and hence can be safely used on all SSL contexts.
src/event/ngx_event_openssl.c