summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/ssl_smtpd.c
AgeCommit message (Expand)Author
2015-12-30SSL_CTX_free() and SSL_free() check for null so dont do it in smtpdSebastian Benoit
2015-12-13refactor a bit to move the SNI handling away from smtp_session into smtpGilles Chehade
2015-12-12allow overriding the default cipher-suiteGilles Chehade
2015-10-21Only enable SSL_VERIFY_PEER when the verify option is set on a listener.Joel Sing
2015-04-19Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalidGilles Chehade
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-04-29Implement RSA privilege separation for OpenSMTPD, based on my previousReyk Floeter
2014-04-29Remove unused arguments from ssl_smtp_init()Reyk Floeter
2014-04-29It is only required to load the keys and certs into the same SSLReyk Floeter
2014-02-04pki code cleanupEric Faurot
2013-10-28Report the ssl certificate verification status in the mail header.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade