summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/ssl_smtpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* SSL_CTX_free() and SSL_free() check for null so dont do it in smtpdbenno2015-12-301-7/+4
* refactor a bit to move the SNI handling away from smtp_session into smtpgilles2015-12-131-6/+2
* allow overriding the default cipher-suitegilles2015-12-121-3/+3
* Only enable SSL_VERIFY_PEER when the verify option is set on a listener.jsing2015-10-211-3/+4
* Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalidgilles2015-04-191-5/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+2
* Implement RSA privilege separation for OpenSMTPD, based on my previousreyk2014-04-291-3/+3
* Remove unused arguments from ssl_smtp_init()reyk2014-04-291-2/+2
* It is only required to load the keys and certs into the same SSLreyk2014-04-291-17/+2
* pki code cleanuperic2014-02-041-3/+8
* Report the ssl certificate verification status in the mail header.eric2013-10-281-4/+7
* sync with OpenSMTPD 5.3.2eric2013-05-241-2/+1
* Sync with our smtpd repo:gilles2013-01-261-0/+118