aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_process.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2017-04-18 16:08:44 +0300
committerSergey Kandaurov <pluknet@nginx.com>2017-04-18 16:08:44 +0300
commit36be79301e513a97ec170950b6c9216100b2c264 (patch)
treee564cbc8b3e05a1cfc9eb94d9ea57a31ad1fec6a /src/os/unix/ngx_process.c
parent9a37eb3a62130473596e0e4c2e388d80bdb14956 (diff)
downloadnginx-36be79301e513a97ec170950b6c9216100b2c264.tar.gz
nginx-36be79301e513a97ec170950b6c9216100b2c264.zip
SSL: disabled renegotiation detection in client mode.
CVE-2009-3555 is no longer relevant and mitigated by the renegotiation info extension (secure renegotiation). On the other hand, unexpected renegotiation still introduces potential security risks, and hence we do not allow renegotiation on the server side, as we never request renegotiation. On the client side the situation is different though. There are backends which explicitly request renegotiation, and disabled renegotiation introduces interoperability problems. This change allows renegotiation on the client side, and fixes interoperability problems as observed with such backends (ticket #872). Additionally, with TLSv1.3 the SSL_CB_HANDSHAKE_START flag is currently set by OpenSSL when receiving a NewSessionTicket message, and was detected by nginx as a renegotiation attempt. This looks like a bug in OpenSSL, though this change also allows better interoperability till the problem is fixed.
Diffstat (limited to 'src/os/unix/ngx_process.c')
0 files changed, 0 insertions, 0 deletions