summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/ssl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement server certificate validation in smtp(1).eric2019-09-181-1/+4
* Use automatic DH parameters, instead of fixed ones. Also disable DHE byjsing2016-04-211-6/+2
* refactor a bit to move the SNI handling away from smtp_session into smtpgilles2015-12-131-2/+3
* remove CA from pki and no longer allow specifying a CA with 'pki' keyword.gilles2015-12-121-6/+2
* allow overriding the default cipher-suitegilles2015-12-121-3/+3
* bump DH params to 2048, it's been part of smtpd releases for a long timegilles2015-12-121-3/+1
* pki name is a hostname not a pathgilles2015-12-121-2/+2
* whitespacesgilles2015-12-121-5/+5
* prepare the ground for the CA certificate handling refactor, this commitgilles2015-12-011-1/+10
* Use SSL_CTX_set_ecdh_auto() instead of rolling our own version.jsing2015-10-211-3/+1
* LibreSSL now supports loading of CA certificates from memory, replacereyk2015-01-221-3/+1
* SSL_CTX_use_certificate_chain() has been added to LibreSSL and therereyk2015-01-161-2/+1
* Unify the SSL privsep key loading functions.reyk2014-05-201-4/+3
* Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts toreyk2014-05-201-4/+5
* Implement RSA privilege separation for OpenSMTPD, based on my previousreyk2014-04-291-6/+10
* It is only required to load the keys and certs into the same SSLreyk2014-04-291-2/+2
* pki code cleanuperic2014-02-041-24/+22
* fix loading of passphrase-protected keys.eric2013-11-281-3/+3
* Much much improved config parser and related changes.eric2013-11-061-3/+14
* tls perfect forward secrecy with ecdheeric2013-07-191-2/+4
* Sync with our smtpd repo:gilles2013-01-261-0/+57