Blame SOURCES/cyrus-imapd-use_system_ciphers.patch

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