[PATCH 1 of 1] CONF: make ssl_client_certificate optional with only tlsv1_3
Praveen Chaudhary
pclicoder at gmail.com
Tue Aug 13 06:11:25 UTC 2024
Hi Nginx Devs
This is my first Nginx patch. So guide me, if mistakes are made while
following the process.
*Testing done:*
Ran nginx-tests. Got the same results with or without patch.
*PATCH description* is in commit logs.
*Code doubts:*
Currently I used [~NGX_SSL_TLSv1_3] to find if configured protocols have
any other value than TLSv1.3.
Another way to do the same is:
[NGX_CONF_BITMASK_SET|NGX_SSL_TLSv1|NGX_SSL_TLSv1_1|NGX_SSL_TLSv1_2].
Kindly let me know which way is more prefered.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20240812/10b27c65/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssl_client_certificate_optional_tls1_3.patch
Type: application/octet-stream
Size: 4082 bytes
Desc: not available
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20240812/10b27c65/attachment-0001.obj>
More information about the nginx-devel
mailing list