Blame SOURCES/cyrus-imapd-use_system_ciphers.patch

3b1dbd
diff --git a/lib/imapoptions b/lib/imapoptions
3b1dbd
index 37f8371..898b943 100644
3b1dbd
--- a/lib/imapoptions
3b1dbd
+++ b/lib/imapoptions
3b1dbd
@@ -2207,12 +2207,12 @@ product version in the capabilities
3b1dbd
 { "tls_cert_file", NULL, STRING, "2.5.0", "tls_server_cert" }
3b1dbd
 /* Deprecated in favor of \fItls_server_cert\fR. */
3b1dbd
 
3b1dbd
-{ "tls_cipher_list", "DEFAULT", STRING, "2.5.0", "tls_ciphers" }
3b1dbd
+{ "tls_cipher_list", "PROFILE=SYSTEM", STRING, "2.5.0", "tls_ciphers" }
3b1dbd
 /* Deprecated in favor of \fItls_ciphers\fR. */
3b1dbd
 
3b1dbd
-{ "tls_ciphers", "DEFAULT", STRING }
3b1dbd
+{ "tls_ciphers", "PROFILE=SYSTEM", STRING }
3b1dbd
 /* The list of SSL/TLS ciphers to allow.  The format of the string
3b1dbd
-   (and definition of "DEFAULT") is described in \fBciphers(1)\fR.
3b1dbd
+   (and definition of "PROFILE=SYSTEM") is described in \fBciphers(1)\fR.
3b1dbd
 .PP
3b1dbd
    See also Mozilla's server-side TLS recommendations:
3b1dbd
 .PP
3b1dbd
diff --git a/doc/html/_sources/imap/reference/manpages/configs/imapd.conf.txt b/doc/html/_sources/imap/reference/manpages/configs/imapd.conf.txt
3b1dbd
index c45d94b..495a2c7 100644
3b1dbd
--- a/doc/html/_sources/imap/reference/manpages/configs/imapd.conf.txt
3b1dbd
+++ b/doc/html/_sources/imap/reference/manpages/configs/imapd.conf.txt
3b1dbd
@@ -4298,7 +4298,7 @@ FIELD DESCRIPTIONS
3b1dbd
 
3b1dbd
     .. startblob tls_cipher_list
3b1dbd
 
3b1dbd
-    ``tls_cipher_list:`` DEFAULT
3b1dbd
+    ``tls_cipher_list:`` PROFILE=SYSTEM
3b1dbd
 
3b1dbd
         Deprecated in favor of *tls_ciphers*. 
3b1dbd
 
3b1dbd
@@ -4307,10 +4307,10 @@ FIELD DESCRIPTIONS
3b1dbd
 
3b1dbd
     .. startblob tls_ciphers
3b1dbd
 
3b1dbd
-    ``tls_ciphers:`` DEFAULT
3b1dbd
+    ``tls_ciphers:`` PROFILE=SYSTEM
3b1dbd
 
3b1dbd
         The list of SSL/TLS ciphers to allow.  The format of the string
3b1dbd
-        (and definition of "DEFAULT") is described in **ciphers(1)**.
3b1dbd
+        (and definition of "PROFILE=SYSTEM") is described in **ciphers(1)**.
3b1dbd
 
3b1dbd
         See also Mozilla's server-side TLS recommendations:
3b1dbd
 
3b1dbd
diff --git a/doc/text/imap/reference/manpages/configs/imapd.conf.txt b/doc/text/imap/reference/manpages/configs/imapd.conf.txt
3b1dbd
index 1801cd7..7c77154 100644
3b1dbd
--- a/doc/text/imap/reference/manpages/configs/imapd.conf.txt
3b1dbd
+++ b/doc/text/imap/reference/manpages/configs/imapd.conf.txt
3b1dbd
@@ -2675,14 +2675,14 @@ FIELD DESCRIPTIONS
3b1dbd
 
3b1dbd
       Deprecated in favor of *tls_server_cert*.
3b1dbd
 
3b1dbd
-   "tls_cipher_list:" DEFAULT
3b1dbd
+   "tls_cipher_list:" PROFILE=SYSTEM
3b1dbd
 
3b1dbd
       Deprecated in favor of *tls_ciphers*.
3b1dbd
 
3b1dbd
-   "tls_ciphers:" DEFAULT
3b1dbd
+   "tls_ciphers:" PROFILE=SYSTEM
3b1dbd
 
3b1dbd
       The list of SSL/TLS ciphers to allow.  The format of the string
3b1dbd
-      (and definition of "DEFAULT") is described in **ciphers(1)**.
3b1dbd
+      (and definition of "PROFILE=SYSTEM") is described in **ciphers(1)**.
3b1dbd
 
3b1dbd
       See also Mozilla's server-side TLS recommendations:
3b1dbd