[PATCH] Added TLSv1.3 to the default value of ssl_protocols and friends

Maxim Konovalov maxim at nginx.com
Fri Mar 24 15:30:33 UTC 2023


Hi Yar,

On 21.03.2023 00:19, Yaroslav Zhuravlev wrote:
> diff --git a/xml/en/docs/http/ngx_http_grpc_module.xml b/xml/en/docs/http/ngx_http_grpc_module.xml
> --- a/xml/en/docs/http/ngx_http_grpc_module.xml
> +++ b/xml/en/docs/http/ngx_http_grpc_module.xml
[...]
> @@ -633,7 +633,7 @@
>       [<literal>TLSv1.1</literal>]
>       [<literal>TLSv1.2</literal>]
>       [<literal>TLSv1.3</literal>]</syntax>
> -<default>TLSv1 TLSv1.1 TLSv1.2</default>
> +<default>TLSv1 TLSv1.1 TLSv1.2 TLSv1.3</default>
>   <context>http</context>
>   <context>server</context>
>   <context>location</context>

It makes sense to add a history note here and in other modules that have 
ssl_protocol directive.

Maxim

-- 
Maxim Konovalov


More information about the nginx-devel mailing list