]> git.kaiwu.me - nginx.git/commit
SSL: abort handshake on SSL_set_SSL_CTX() errors.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 24 Sep 2020 12:51:29 +0000 (13:51 +0100)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 24 Sep 2020 12:51:29 +0000 (13:51 +0100)
commit3bbeb1b8de857409c3dc9da45eb963d13b126537
treef3806ffd54b02113955c337089b2280561888d10
parent6c89d752c8ab3a3cc0832927484808b68153f8c4
SSL: abort handshake on SSL_set_SSL_CTX() errors.

In rare cases, such as memory allocation failure, SSL_set_SSL_CTX() returns
NULL, which could mean that a different SSL configuration has not been set.
Note that this new behaviour seemingly originated in OpenSSL-1.1.0 release.
src/http/ngx_http_request.c