index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
ssl_smtpd.c
Age
Commit message (
Expand
)
Author
2015-12-30
SSL_CTX_free() and SSL_free() check for null so dont do it in smtpd
Sebastian Benoit
2015-12-13
refactor a bit to move the SNI handling away from smtp_session into smtp
Gilles Chehade
2015-12-12
allow overriding the default cipher-suite
Gilles Chehade
2015-10-21
Only enable SSL_VERIFY_PEER when the verify option is set on a listener.
Joel Sing
2015-04-19
Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid
Gilles Chehade
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-04-29
Implement RSA privilege separation for OpenSMTPD, based on my previous
Reyk Floeter
2014-04-29
Remove unused arguments from ssl_smtp_init()
Reyk Floeter
2014-04-29
It is only required to load the keys and certs into the same SSL
Reyk Floeter
2014-02-04
pki code cleanup
Eric Faurot
2013-10-28
Report the ssl certificate verification status in the mail header.
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade