# HG changeset patch # User Maxim Dounin # Date 1482757586 -10800 # Node ID aa29a64a5e9dcd3fd3815e5a5e4a81a519ca3100 # Parent b451f03e0a4b7df3f7eee34f89485e8465f70603 Documented ssl_session_ticket_key 80-byte keys. diff -r b451f03e0a4b -r aa29a64a5e9d xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Thu Dec 22 15:48:05 2016 +0300 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Mon Dec 26 16:06:26 2016 +0300 @@ -10,7 +10,7 @@ + rev="32">
@@ -505,11 +505,13 @@ -The file must contain 48 bytes of random data and can -be created using the following command: +The file must contain 80 or 48 bytes +of random data and can be created using the following command: -openssl rand 48 > ticket.key +openssl rand 80 > ticket.key +Depending on the file size either AES256 (for 80-byte keys, 1.11.8) +or AES128 (for 48-byte keys) is used for encryption. diff -r b451f03e0a4b -r aa29a64a5e9d xml/en/docs/mail/ngx_mail_ssl_module.xml --- a/xml/en/docs/mail/ngx_mail_ssl_module.xml Thu Dec 22 15:48:05 2016 +0300 +++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml Mon Dec 26 16:06:26 2016 +0300 @@ -10,7 +10,7 @@ + rev="13">
@@ -446,11 +446,13 @@ -The file must contain 48 bytes of random data and can -be created using the following command: +The file must contain 80 or 48 bytes +of random data and can be created using the following command: -openssl rand 48 > ticket.key +openssl rand 80 > ticket.key +Depending on the file size either AES256 (for 80-byte keys, 1.11.8) +or AES128 (for 48-byte keys) is used for encryption. diff -r b451f03e0a4b -r aa29a64a5e9d xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml Thu Dec 22 15:48:05 2016 +0300 +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml Mon Dec 26 16:06:26 2016 +0300 @@ -9,7 +9,7 @@ + rev="15">
@@ -419,11 +419,13 @@ -The file must contain 48 bytes of random data and can -be created using the following command: +The file must contain 80 or 48 bytes +of random data and can be created using the following command: -openssl rand 48 > ticket.key +openssl rand 80 > ticket.key +Depending on the file size either AES256 (for 80-byte keys, 1.11.8) +or AES128 (for 48-byte keys) is used for encryption. diff -r b451f03e0a4b -r aa29a64a5e9d xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Thu Dec 22 15:48:05 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Mon Dec 26 16:06:26 2016 +0300 @@ -10,7 +10,7 @@ + rev="32">
@@ -507,11 +507,13 @@ -Файл должен содержать 48 байт случайных данных и может быть -создан следующей командой: +Файл должен содержать 80 или 48 байт случайных данных +и может быть создан следующей командой: -openssl rand 48 > ticket.key +openssl rand 80 > ticket.key +В зависимости от размера файла для шифрования будет использоваться либо +AES256 (для 80-байтных ключей, 1.11.8), либо AES128 (для 48-байтных ключей). diff -r b451f03e0a4b -r aa29a64a5e9d xml/ru/docs/mail/ngx_mail_ssl_module.xml --- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml Thu Dec 22 15:48:05 2016 +0300 +++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml Mon Dec 26 16:06:26 2016 +0300 @@ -10,7 +10,7 @@ + rev="13">
@@ -446,11 +446,13 @@ -Файл должен содержать 48 байт случайных данных и может быть -создан следующей командой: +Файл должен содержать 80 или 48 байт случайных данных +и может быть создан следующей командой: -openssl rand 48 > ticket.key +openssl rand 80 > ticket.key +В зависимости от размера файла для шифрования будет использоваться либо +AES256 (для 80-байтных ключей, 1.11.8), либо AES128 (для 48-байтных ключей). diff -r b451f03e0a4b -r aa29a64a5e9d xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml Thu Dec 22 15:48:05 2016 +0300 +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml Mon Dec 26 16:06:26 2016 +0300 @@ -9,7 +9,7 @@ + rev="15">
@@ -419,11 +419,13 @@ -Файл должен содержать 48 байт случайных данных и может быть -создан следующей командой: +Файл должен содержать 80 или 48 байт случайных данных +и может быть создан следующей командой: -openssl rand 48 > ticket.key +openssl rand 80 > ticket.key +В зависимости от размера файла для шифрования будет использоваться либо +AES256 (для 80-байтных ключей, 1.11.8), либо AES128 (для 48-байтных ключей).