summaryrefslogtreecommitdiffstats
path: root/tls.h
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSL 1.1 compatibilityManuel Mausz2018-06-271-0/+1
| | | | | | | | | | | | | | This adds compatibility for OpenSSL 1.1 Since renegotiation is removed from TLS 1.3 we also removed support for authentication via client certificates (control/tlsclients). In general this is still supported by TLS 1.3 however I'm just lazy and we don't need this feature anyway. This also adds optional support for OpenSSL configuration commands for qmail-smtpd and qmail-remote. Commands are loaded from control/opensslconf. For a list of supported commands see https://www.openssl.org/docs/man1.0.2/ssl/SSL_CONF_cmd.html#SUPPORTED-CONFIGURATION-FILE-COMMANDS
* add support for ECDH as well as custom ec+dh params in certificatemanuel2015-06-231-0/+5
|
* [PATCH] qregex-starttls-2way-auth-20060423-mmmanuel2013-02-041-0/+16