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
parent
0250672b97
commit
ba6b48b84f
|
@ -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
|
||||
|
|
Reference in New Issue