guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: opensmtpd: Support ECDSA certificates.


From: guix-commits
Subject: 03/10: gnu: opensmtpd: Support ECDSA certificates.
Date: Mon, 2 Mar 2020 15:48:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ba6b48b84f83368065a3d5b1a0e61ab8ff1116e4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 2 21:38:29 2020 +0100

    gnu: opensmtpd: Support ECDSA certificates.
    
    The required libressl version is now stable and more featureful than
    openssl.
    
    * gnu/packages/mail.scm (opensmtpd)[inputs]: Replace openssl with libressl.
---
 gnu/packages/mail.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 544bb9d..271fe85 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2309,9 +2309,7 @@ transfer protocols.")
      `(("bdb" ,bdb)
        ("libasr" ,libasr)
        ("libevent" ,libevent)
-       ;; XXX Upstream recommends LibreSSL, which doesn't support TLS 1.3 yet,
-       ;; and requires a development release (3.0.2).  Use OpenSSL instead.
-       ("openssl" ,openssl)
+       ("libressl" ,libressl)           ; recommended, and supports e.g. ECDSA
        ("linux-pam" ,linux-pam)
        ("zlib" ,zlib)))
     (native-inputs



reply via email to

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