OpenBSD relayd(8) adds ECDSA support with CA engine code from smtpd(8)
by from OpenBSD Journal on (#774KC)
Up until quite recently, relayd(8) did not actually support ECDSA keys and certificates, as described in the Relayd doesn't like ecdsa thread on the tech@ mailing list.
The problem is now solved.
In this commit by Rafael Sadowski (rsadowski@), code that originated in smtpd(8) adds the previously lacking support.
The commit message reads,
List: openbsd-cvsSubject: CVS: cvs.openbsd.org: srcFrom: Rafael Sadowski <rsadowski () cvs ! openbsd ! org>>Date: 2026-07-20 17:41:07Message-ID: 17bfa7826d307ce0 () cvs ! openbsd ! orgCVSROOT:/cvsModule name:srcChanges by:rsadowski@cvs.openbsd.org2026/07/20 11:41:07Modified files:usr.sbin/relayd: ca.c relay.c relayd.h ssl.c