]> git.kaiwu.me - nginx.git/commit
SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 3 May 2017 12:15:56 +0000 (15:15 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 3 May 2017 12:15:56 +0000 (15:15 +0300)
commit99611988792cbc6a3355bb169bbc797bb6d6310f
tree583686df5f8f963e618c03b45cefb43ae617d99b
parent8449f750e62cd229026e9df3bd023ec7e073a7d4
SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.

In ac9b1df5b246 (1.13.0) we attempted to allow renegotiation in client mode,
but when using OpenSSL 1.0.2 or older versions it was additionally disabled
by SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.
src/event/ngx_event_openssl.c