]> git.kaiwu.me - nginx.git/commit
SSL: a new macro to set default protocol versions.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 18 Nov 2024 09:39:13 +0000 (13:39 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Fri, 22 Nov 2024 09:47:22 +0000 (13:47 +0400)
commit476d6526b2e8297025c608425f4cad07b4f65990
tree05461945d39a2ce66ac9cecdad7e6381dd0f1de4
parent569948aa12409773f27572fca3d2c8e18c9c657f
SSL: a new macro to set default protocol versions.

This simplifies merging protocol values after ea15896 and ebd18ec.

Further, as outlined in ebd18ec18, for libraries preceeding TLSv1.2+
support, only meaningful versions TLSv1 and TLSv1.1 are set by default.

While here, fixed indentation.
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_grpc_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/mail/ngx_mail_ssl_module.c
src/stream/ngx_stream_proxy_module.c
src/stream/ngx_stream_ssl_module.c