me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2020-03-02 21:38:29 +01:00
parent 0250672b97
commit ba6b48b84f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -2309,9 +2309,7 @@ transfer protocols.")
`(("bdb" ,bdb) `(("bdb" ,bdb)
("libasr" ,libasr) ("libasr" ,libasr)
("libevent" ,libevent) ("libevent" ,libevent)
;; XXX Upstream recommends LibreSSL, which doesn't support TLS 1.3 yet, ("libressl" ,libressl) ; recommended, and supports e.g. ECDSA
;; and requires a development release (3.0.2). Use OpenSSL instead.
("openssl" ,openssl)
("linux-pam" ,linux-pam) ("linux-pam" ,linux-pam)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs