Skip to content

Commit 076aa96

Browse files
committed
Added note about disabled OpenSSL replay protection.
1 parent edba4a7 commit 076aa96

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

xml/en/docs/http/ngx_http_ssl_module.xml

Lines changed: 12 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

@@ -504,6 +504,17 @@ proxy_set_header Early-Data $ssl_early_data;
504504
</example>
505505
</para>
506506

507+
<para>
508+
<note>
509+
OpenSSL built-in replay protection is disabled,
510+
because it interferes with session resumption.
511+
It can be turned back if deemed necessary.
512+
</note>
513+
<example>
514+
ssl_conf_command Options AntiReplay;
515+
</example>
516+
</para>
517+
507518
</directive>
508519

509520

xml/ru/docs/http/ngx_http_ssl_module.xml

Lines changed: 12 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

@@ -506,6 +506,17 @@ proxy_set_header Early-Data $ssl_early_data;
506506
</example>
507507
</para>
508508

509+
<para>
510+
<note>
511+
Встроенная в OpenSSL защита от replay-атак отключена,
512+
поскольку это препятствует возобновлению сессий.
513+
При необходимости её можно включить обратно.
514+
</note>
515+
<example>
516+
ssl_conf_command Options AntiReplay;
517+
</example>
518+
</para>
519+
509520
</directive>
510521

511522

0 commit comments

Comments
 (0)