The official NGINX Open Source repository.
Go to file
Maxim Dounin 99d7bb6909 SSL: server name callback changed to return fatal errors.
Notably this affects various allocation errors, and should generally
improve things if an allocation error actually happens during a callback.

Depending on the OpenSSL version, returning an error can result in
either SSL_R_CALLBACK_FAILED or SSL_R_CLIENTHELLO_TLSEXT error from
SSL_do_handshake(), so both errors were switched to the "info" level.
2019-03-03 16:48:06 +03:00
auto Configure: added explicit ngx_binext to the linker output argument. 2019-01-30 19:28:27 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2018-12-24 16:30:10 +02:00
docs nginx-1.15.9-RELEASE 2019-02-26 18:29:22 +03:00
misc Updated OpenSSL used for win32 builds. 2019-02-26 18:01:30 +03:00
src SSL: server name callback changed to return fatal errors. 2019-03-03 16:48:06 +03:00
.hgtags release-1.15.9 tag 2019-02-26 18:29:22 +03:00