guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69858] [PATCH 2/2] services: dovecot: Bump minimum supported SSL pr


From: Herman Rimm
Subject: [bug#69858] [PATCH 2/2] services: dovecot: Bump minimum supported SSL protocol.
Date: Sun, 17 Mar 2024 16:38:26 +0100

* gnu/services/mail.scm (dovecot-configuration): Set 'ssl-min-protocol'
to "TLSv1.2".

Change-Id: I0d317a54d46523229fcd475eb6ae2239fd0726e9
---
 gnu/services/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index cd3f961094..f500a62664 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -1283,7 +1283,7 @@ (define-configuration dovecot-configuration
 @samp{auth-ssl-username-from-cert? #t}.")
 
   (ssl-min-protocol
-   (string "TLSv1")
+   (string "TLSv1.2")
    "Minimum SSL protocol version to accept.")
 
   (ssl-cipher-list
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]