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.h
Age
Commit message (
Expand
)
Author
2022-02-18
Revert changes to use the new libtls signer api
Todd C. Miller
2022-02-12
use new libtls signer api
Eric Faurot
2021-05-26
remove unused code
Eric Faurot
2021-04-11
do not build unused code and remove uneeded dependency on libm.
Eric Faurot
2021-03-05
Start porting smtpd to libtls.
Eric Faurot
2019-09-18
Implement server certificate validation in smtp(1).
Eric Faurot
2016-04-21
Use automatic DH parameters, instead of fixed ones. Also disable DHE by
Joel Sing
2015-12-13
refactor a bit to move the SNI handling away from smtp_session into smtp
Gilles Chehade
2015-12-12
remove CA from pki and no longer allow specifying a CA with 'pki' keyword.
Gilles Chehade
2015-12-12
allow overriding the default cipher-suite
Gilles Chehade
2015-12-12
bump DH params to 2048, it's been part of smtpd releases for a long time
Gilles Chehade
2015-12-12
pki name is a hostname not a path
Gilles Chehade
2015-12-12
whitespaces
Gilles Chehade
2015-12-01
prepare the ground for the CA certificate handling refactor, this commit
Gilles Chehade
2015-10-21
Use SSL_CTX_set_ecdh_auto() instead of rolling our own version.
Joel Sing
2015-01-22
LibreSSL now supports loading of CA certificates from memory, replace
Reyk Floeter
2015-01-16
SSL_CTX_use_certificate_chain() has been added to LibreSSL and there
Reyk Floeter
2014-05-20
Unify the SSL privsep key loading functions.
Reyk Floeter
2014-05-20
Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts to
Reyk Floeter
2014-04-29
Implement RSA privilege separation for OpenSMTPD, based on my previous
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-11-28
fix loading of passphrase-protected keys.
Eric Faurot
2013-11-06
Much much improved config parser and related changes.
Eric Faurot
2013-07-19
tls perfect forward secrecy with ecdhe
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade