Blame SOURCES/0041-Document-the-new-default-for-ssl_ciphers-in-the-man-.patch

ab00cd
From 2369d1ea5144d525d315aba90da528e7d9bfd1cc Mon Sep 17 00:00:00 2001
ab00cd
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
ab00cd
Date: Thu, 21 Dec 2017 14:19:18 +0100
ab00cd
Subject: [PATCH 41/59] Document the new default for ssl_ciphers in the man
ab00cd
 page
ab00cd
ab00cd
Related: rhbz#1483970
ab00cd
---
ab00cd
 vsftpd.conf.5 | 6 +++++-
ab00cd
 1 file changed, 5 insertions(+), 1 deletion(-)
ab00cd
ab00cd
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
ab00cd
index 3ca55e4..2a7662e 100644
ab00cd
--- a/vsftpd.conf.5
ab00cd
+++ b/vsftpd.conf.5
ab00cd
@@ -1078,7 +1078,11 @@ man page for further details. Note that restricting ciphers can be a useful
ab00cd
 security precaution as it prevents malicious remote parties forcing a cipher
ab00cd
 which they have found problems with.
ab00cd
 
ab00cd
-Default: AES128-SHA:DES-CBC3-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384
ab00cd
+By default, the system-wide crypto policy is used. See
ab00cd
+.BR update-crypto-policies(8)
ab00cd
+for further details.
ab00cd
+
ab00cd
+Default: PROFILE=SYSTEM
ab00cd
 .TP
ab00cd
 .B user_config_dir
ab00cd
 This powerful option allows the override of any config option specified in
ab00cd
-- 
ab00cd
2.14.4
ab00cd