Skip to content

Commit 124ce47

Browse files
committed
Added $ssl_sigalg and $ssl_client_sigalg notes, missed in 5df8016.
1 parent 076aa96 commit 124ce47

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="70">
13+
rev="71">
1414

1515
<section id="summary">
1616

@@ -1251,6 +1251,13 @@ for an established SSL connection;
12511251
returns the
12521252
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">signature algorithm</link>
12531253
for the client certificate for an established SSL connection (1.29.3).
1254+
<note>
1255+
The variable is supported only when using OpenSSL version 3.5 or higher.
1256+
With older versions, the variable value will be an empty string.
1257+
</note>
1258+
<note>
1259+
The variable is available only for new sessions.
1260+
</note>
12541261
</tag-desc>
12551262

12561263
<tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
@@ -1347,6 +1354,13 @@ or “<literal>.</literal>” otherwise (1.5.11).
13471354
returns the
13481355
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">signature algorithm</link>
13491356
for the server certificate for an established SSL connection (1.29.3).
1357+
<note>
1358+
The variable is supported only when using OpenSSL version 3.5 or higher.
1359+
With older versions, the variable value will be an empty string.
1360+
</note>
1361+
<note>
1362+
The variable is available only for new sessions.
1363+
</note>
13501364
</tag-desc>
13511365

13521366
</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="70">
13+
rev="71">
1414

1515
<section id="summary">
1616

@@ -1255,6 +1255,13 @@ AES128-SHA:AES256-SHA:0x00ff
12551255
возвращает
12561256
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">алгоритм подписи</link>
12571257
клиентского сертификата для установленного SSL-соединения (1.29.3).
1258+
<note>
1259+
Переменная поддерживается при использовании OpenSSL версии 3.5 и выше.
1260+
При использовании более старых версий значением переменной будет пустая строка.
1261+
</note>
1262+
<note>
1263+
Переменная доступна только для новых сессий.
1264+
</note>
12581265
</tag-desc>
12591266

12601267
<tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
@@ -1351,6 +1358,13 @@ prime256v1
13511358
возвращает
13521359
<link url="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16">алгоритм подписи</link>
13531360
сертификата сервера для установленного SSL-соединения (1.29.3).
1361+
<note>
1362+
Переменная поддерживается при использовании OpenSSL версии 3.5 и выше.
1363+
При использовании более старых версий значением переменной будет пустая строка.
1364+
</note>
1365+
<note>
1366+
Переменная доступна только для новых сессий.
1367+
</note>
13541368
</tag-desc>
13551369

13561370
</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)