<div dir="ltr">Hi Nginx Devs<div><br></div><div>This is my first Nginx patch. So guide me, if mistakes are made while following the process.</div><div><br></div><div><b>Testing done:</b></div><div>Ran nginx-tests. Got the same results with or without patch.</div><div><br></div><div><b>PATCH description</b> is in commit logs.</div><div><br></div><div><b>Code doubts:</b></div><div>Currently I used [~NGX_SSL_TLSv1_3] to find if configured protocols have any other value than TLSv1.3. </div><div>Another way to do the same is: [NGX_CONF_BITMASK_SET|NGX_SSL_TLSv1|NGX_SSL_TLSv1_1|NGX_SSL_TLSv1_2].</div><div>Kindly let me know which way is more prefered.</div></div>