# HG changeset patch # User Yaroslav Zhuravlev # Date 1603836214 0 # Node ID d8bf37d20449047378361517a123682a2ef5bd27 # Parent 3cb2736bb74ccfc5a23373ddb734bf4f7653c44c Documented the ssl_conf_command directive. diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml +++ b/xml/en/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="50">
@@ -296,6 +296,43 @@ directive can be used. + +command + +http +server +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several ssl_conf_command directives +can be specified on the same level: + +ssl_conf_command Options PrioritizeChaCha; +ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256; + +These directives are inherited from the previous configuration level +if and only if there are no ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file diff --git a/xml/en/docs/mail/ngx_mail_ssl_module.xml b/xml/en/docs/mail/ngx_mail_ssl_module.xml --- a/xml/en/docs/mail/ngx_mail_ssl_module.xml +++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml @@ -10,7 +10,7 @@ + rev="21">
@@ -238,6 +238,43 @@ directive can be used. + +command + +mail +server +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several ssl_conf_command directives +can be specified on the same level: + +ssl_conf_command Options PrioritizeChaCha; +ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256; + +These directives are inherited from the previous configuration level +if and only if there are no ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file diff --git a/xml/en/docs/stream/ngx_stream_ssl_module.xml b/xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml @@ -9,7 +9,7 @@ + rev="23">
@@ -224,6 +224,43 @@ directive can be used. + +command + +stream +server +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several ssl_conf_command directives +can be specified on the same level: + +ssl_conf_command Options PrioritizeChaCha; +ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256; + +These directives are inherited from the previous configuration level +if and only if there are no ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="50">
@@ -299,6 +299,43 @@ PEM, которые используются для + +command + +http +server +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив ssl_conf_command: + +ssl_conf_command Options PrioritizeChaCha; +ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256; + +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны свои директивы ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл diff --git a/xml/ru/docs/mail/ngx_mail_ssl_module.xml b/xml/ru/docs/mail/ngx_mail_ssl_module.xml --- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml +++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml @@ -10,7 +10,7 @@ + rev="21">
@@ -240,6 +240,43 @@ PEM, которые используются для + +command + +mail +server +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив ssl_conf_command: + +ssl_conf_command Options PrioritizeChaCha; +ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256; + +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны свои директивы ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл diff --git a/xml/ru/docs/stream/ngx_stream_ssl_module.xml b/xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml @@ -9,7 +9,7 @@ + rev="23">
@@ -226,6 +226,43 @@ PEM, которые используются для + +command + +stream +server +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив ssl_conf_command: + +ssl_conf_command Options PrioritizeChaCha; +ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256; + +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны свои директивы ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл