CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/05/04 10:38:20
Modified files: usr.sbin/relayd: ca.c config.c relayd.h usr.sbin/smtpd : ca.c smtpd.h Log message: Create a new default RSA engine instead of patching the existing one if none is available. Fixes SSL/TLS and a possible fatalx() on machines without a default RSA engine. Thanks to Bjorn Ketelaars for reporting and testing. ok gilles@ (for the relayd part)