summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/ca.c
AgeCommit message (Expand)Author
2016-05-28Implement the fork+exec pattern in smtpd.Eric Faurot
2016-02-02in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify,Gilles Chehade
2015-12-28remove spaces after '!'Joerg Jung
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-05replace u_char and u_int* with standard stdint.h types to ease portable versionJoerg Jung
2015-10-17KNFGilles Chehade
2015-10-14remove a handful of log_warn that we should handle at a different place toGilles Chehade
2015-10-13pledge("stdio") the RSA-privsep processGilles Chehade
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-24missing includeEric Faurot
2014-10-02no need to set the same field NULL twice ;-)Gilles Chehade
2014-07-10add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-10make the control process broadcast verbose/profile admin requests directly,Eric Faurot
2014-07-08fatalx(errorstr) -> fatalx("%s", errorstr)Eric Faurot
2014-05-04Create a new default RSA engine instead of patching the existing oneReyk Floeter
2014-05-01Move RSA keys from "lka" to a new dedicated "ca" process because lkaReyk Floeter
2014-04-30The RSA engine (used by pony) has to wait for a response from theReyk Floeter
2014-04-29Implement RSA privilege separation for OpenSMTPD, based on my previousReyk Floeter
2013-11-21fail if lka can't load cert fileEric Faurot
2013-10-28Report the ssl certificate verification status in the mail header.Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade