Skip to content

Commit e10d791

Browse files
committed
Added $ssl_sigalg and $ssl_client_sigalg notes, missed in 5df8016.
1 parent ea784af commit e10d791

File tree

4 files changed

+60
-4
lines changed

4 files changed

+60
-4
lines changed

xml/en/docs/http/ngx_http_ssl_module.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_ssl_module"
1111
link="/en/docs/http/ngx_http_ssl_module.html"
1212
lang="en"
13-
rev="69">
13+
rev="70">
1414

1515
<section id="summary">
1616

@@ -1239,6 +1239,13 @@ for an established SSL connection;
12391239
returns the
12401240
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">signature algorithm</link>
12411241
for the client certificate for an established SSL connection (1.29.3).
1242+
<note>
1243+
The variable is supported only when using OpenSSL version 3.5 or higher.
1244+
With older versions, the variable value will be an empty string.
1245+
</note>
1246+
<note>
1247+
The variable is available only for new sessions.
1248+
</note>
12421249
</tag-desc>
12431250

12441251
<tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
@@ -1335,6 +1342,13 @@ or “<literal>.</literal>” otherwise (1.5.11).
13351342
returns the
13361343
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">signature algorithm</link>
13371344
for the server certificate for an established SSL connection (1.29.3).
1345+
<note>
1346+
The variable is supported only when using OpenSSL version 3.5 or higher.
1347+
With older versions, the variable value will be an empty string.
1348+
</note>
1349+
<note>
1350+
The variable is available only for new sessions.
1351+
</note>
13381352
</tag-desc>
13391353

13401354
</list>

xml/en/docs/stream/ngx_stream_ssl_module.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<module name="Module ngx_stream_ssl_module"
1010
link="/en/docs/stream/ngx_stream_ssl_module.html"
1111
lang="en"
12-
rev="43">
12+
rev="44">
1313

1414
<section id="summary">
1515

@@ -1130,6 +1130,13 @@ for an established SSL connection (1.11.8);
11301130
returns the
11311131
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">signature algorithm</link>
11321132
for the client certificate for an established SSL connection (1.29.3).
1133+
<note>
1134+
The variable is supported only when using OpenSSL version 3.5 or higher.
1135+
With older versions, the variable value will be an empty string.
1136+
</note>
1137+
<note>
1138+
The variable is available only for new sessions.
1139+
</note>
11331140
</tag-desc>
11341141

11351142
<tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
@@ -1214,6 +1221,13 @@ or “<literal>.</literal>” otherwise.
12141221
returns the
12151222
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">signature algorithm</link>
12161223
for the server certificate for an established SSL connection (1.29.3).
1224+
<note>
1225+
The variable is supported only when using OpenSSL version 3.5 or higher.
1226+
With older versions, the variable value will be an empty string.
1227+
</note>
1228+
<note>
1229+
The variable is available only for new sessions.
1230+
</note>
12171231
</tag-desc>
12181232

12191233
</list>

xml/ru/docs/http/ngx_http_ssl_module.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Модуль ngx_http_ssl_module"
1111
link="/ru/docs/http/ngx_http_ssl_module.html"
1212
lang="ru"
13-
rev="69">
13+
rev="70">
1414

1515
<section id="summary">
1616

@@ -1243,6 +1243,13 @@ AES128-SHA:AES256-SHA:0x00ff
12431243
возвращает
12441244
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">алгоритм подписи</link>
12451245
клиентского сертификата для установленного SSL-соединения (1.29.3).
1246+
<note>
1247+
Переменная поддерживается при использовании OpenSSL версии 3.5 и выше.
1248+
При использовании более старых версий значением переменной будет пустая строка.
1249+
</note>
1250+
<note>
1251+
Переменная доступна только для новых сессий.
1252+
</note>
12461253
</tag-desc>
12471254

12481255
<tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
@@ -1339,6 +1346,13 @@ prime256v1
13391346
возвращает
13401347
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">алгоритм подписи</link>
13411348
сертификата сервера для установленного SSL-соединения (1.29.3).
1349+
<note>
1350+
Переменная поддерживается при использовании OpenSSL версии 3.5 и выше.
1351+
При использовании более старых версий значением переменной будет пустая строка.
1352+
</note>
1353+
<note>
1354+
Переменная доступна только для новых сессий.
1355+
</note>
13421356
</tag-desc>
13431357

13441358
</list>

xml/ru/docs/stream/ngx_stream_ssl_module.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<module name="Модуль ngx_stream_ssl_module"
1010
link="/ru/docs/stream/ngx_stream_ssl_module.html"
1111
lang="ru"
12-
rev="43">
12+
rev="44">
1313

1414
<section id="summary">
1515

@@ -1133,6 +1133,13 @@ AES128-SHA:AES256-SHA:0x00ff
11331133
возвращает
11341134
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">алгоритм подписи</link>
11351135
клиентского сертификата для установленного SSL-соединения (1.29.3).
1136+
<note>
1137+
Переменная поддерживается при использовании OpenSSL версии 3.5 и выше.
1138+
При использовании более старых версий значением переменной будет пустая строка.
1139+
</note>
1140+
<note>
1141+
Переменная доступна только для новых сессий.
1142+
</note>
11361143
</tag-desc>
11371144

11381145
<tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
@@ -1217,6 +1224,13 @@ prime256v1
12171224
возвращает
12181225
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">алгоритм подписи</link>
12191226
сертификата сервера для установленного SSL-соединения (1.29.3).
1227+
<note>
1228+
Переменная поддерживается при использовании OpenSSL версии 3.5 и выше.
1229+
При использовании более старых версий значением переменной будет пустая строка.
1230+
</note>
1231+
<note>
1232+
Переменная доступна только для новых сессий.
1233+
</note>
12201234
</tag-desc>
12211235

12221236
</list>

0 commit comments

Comments
 (0)