Skip to content

Commit 4ff366a

Browse files
committed
Documented ssl_certificate_compression support with BoringSSL.
1 parent 124ce47 commit 4ff366a

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-6
lines changed

xml/en/docs/http/ngx_http_ssl_module.xml

Lines changed: 6 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="71">
13+
rev="72">
1414

1515
<section id="summary">
1616

@@ -297,6 +297,11 @@ of server certificates.
297297
The directive is supported when using OpenSSL 3.2 or higher;
298298
the list of supported compression algorithms is provided by the library.
299299
</note>
300+
<note>
301+
The directive is supported when using BoringSSL;
302+
the list of supported compression algorithms includes
303+
<literal>zlib</literal> (1.29.3).
304+
</note>
300305
</para>
301306

302307
</directive>

xml/en/docs/mail/ngx_mail_ssl_module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_mail_ssl_module"
1111
link="/en/docs/mail/ngx_mail_ssl_module.html"
1212
lang="en"
13-
rev="32">
13+
rev="33">
1414

1515
<section id="summary">
1616

@@ -173,6 +173,11 @@ of server certificates.
173173
The directive is supported when using OpenSSL 3.2 or higher;
174174
the list of supported compression algorithms is provided by the library.
175175
</note>
176+
<note>
177+
The directive is supported when using BoringSSL;
178+
the list of supported compression algorithms includes
179+
<literal>zlib</literal> (1.29.3).
180+
</note>
176181
</para>
177182

178183
</directive>

xml/en/docs/stream/ngx_stream_ssl_module.xml

Lines changed: 6 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="44">
12+
rev="45">
1313

1414
<section id="summary">
1515

@@ -279,6 +279,11 @@ of server certificates.
279279
The directive is supported when using OpenSSL 3.2 or higher;
280280
the list of supported compression algorithms is provided by the library.
281281
</note>
282+
<note>
283+
The directive is supported when using BoringSSL;
284+
the list of supported compression algorithms includes
285+
<literal>zlib</literal> (1.29.3).
286+
</note>
282287
</para>
283288

284289
</directive>

xml/ru/docs/http/ngx_http_ssl_module.xml

Lines changed: 6 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="71">
13+
rev="72">
1414

1515
<section id="summary">
1616

@@ -299,6 +299,11 @@ ssl_certificate_cache max=1000 inactive=20s valid=1m;
299299
Директива поддерживается при использовании OpenSSL 3.2 и выше;
300300
список поддерживаемых алгоритмов сжатия обеспечивается библиотекой.
301301
</note>
302+
<note>
303+
Директива поддерживается при использовании BoringSSL;
304+
список поддерживаемых алгоритмов сжатия включает
305+
<literal>zlib</literal> (1.29.3).
306+
</note>
302307
</para>
303308

304309
</directive>

xml/ru/docs/mail/ngx_mail_ssl_module.xml

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

1515
<section id="summary">
1616

@@ -174,6 +174,11 @@ server {
174174
Директива поддерживается при использовании OpenSSL 3.2 и выше;
175175
список поддерживаемых алгоритмов сжатия обеспечивается библиотекой.
176176
</note>
177+
<note>
178+
Директива поддерживается при использовании BoringSSL;
179+
список поддерживаемых алгоритмов сжатия включает
180+
<literal>zlib</literal> (1.29.3).
181+
</note>
177182
</para>
178183

179184
</directive>

xml/ru/docs/stream/ngx_stream_ssl_module.xml

Lines changed: 6 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="44">
12+
rev="45">
1313

1414
<section id="summary">
1515

@@ -281,6 +281,11 @@ ssl_certificate_cache max=1000 inactive=20s valid=1m;
281281
Директива поддерживается при использовании OpenSSL 3.2 и выше;
282282
список поддерживаемых алгоритмов сжатия обеспечивается библиотекой.
283283
</note>
284+
<note>
285+
Директива поддерживается при использовании BoringSSL;
286+
список поддерживаемых алгоритмов сжатия включает
287+
<literal>zlib</literal> (1.29.3).
288+
</note>
284289
</para>
285290

286291
</directive>

0 commit comments

Comments
 (0)