comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2807:4b73197f8ca9

Documented the $ssl_curve variable for http and stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 24 Nov 2021 20:28:57 +0000
parents a281f61b5ad8
children 4add6ae1296f
comparison
equal deleted inserted replaced
2806:462ca0f20a3d 2807:4b73197f8ca9
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="27"> 12 rev="28">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0) 17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0)
756 returns the result of client certificate verification (1.11.8): 756 returns the result of client certificate verification (1.11.8):
757 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”, 757 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
758 and “<literal>NONE</literal>” if a certificate was not present; 758 and “<literal>NONE</literal>” if a certificate was not present;
759 </tag-desc> 759 </tag-desc>
760 760
761 <tag-name id="var_ssl_curve"><var>$ssl_curve</var></tag-name>
762 <tag-desc>
763 returns the negotiated curve used for
764 SSL handshake key exchange process (1.21.5).
765 Known curves are listed by names, unknown are shown in hexadecimal,
766 for example:
767 <example>
768 prime256v1
769 </example>
770 <note>
771 The variable is supported only when using OpenSSL version 3.0 or higher.
772 With older versions, the variable value will be an empty string.
773 </note>
774 </tag-desc>
775
761 <tag-name id="var_ssl_curves"><var>$ssl_curves</var></tag-name> 776 <tag-name id="var_ssl_curves"><var>$ssl_curves</var></tag-name>
762 <tag-desc> 777 <tag-desc>
763 returns the list of curves supported by the client (1.11.7). 778 returns the list of curves supported by the client (1.11.7).
764 Known curves are listed by names, unknown are shown in hexadecimal, 779 Known curves are listed by names, unknown are shown in hexadecimal,
765 for example: 780 for example: