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

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