aboutsummaryrefslogtreecommitdiffstats
path: root/tls.c
Commit message (Collapse)AuthorAgeFilesLines
* TLS overhaul, bumping version to 6.4Matthias Andree2015-01-261-35/+0
| | | | | | | | | | | | | | | Removes SSLv2, enables TLSv1.1 and v1.2 more easily, permits SSLv3 (only if specified) and newer TLSv1.1+ for STLS/STARTTLS. Only negotiates TLSv1 and newer by default, SSLv3 must now be specified explicitly, as a consequence of the POODLE attack. This is meant to be a minimally upgraded version, and cannot be usefully done as a 6.3.X release. It is strongly recommended that users review their configuration - especially --sslproto - per instructions in the NEWS file and manual page. It has changed semantics and in many cases --sslproto auto or perhaps --sslproto tls1.2+ should be used now.
* Fix compiler warnings about unused parameters (Sunil Shetye).Matthias Andree2010-02-041-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5474
* Doxygen-related comment fixes.Matthias Andree2007-12-091-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5142
* First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete.Matthias Andree2006-11-261-0/+33
svn path=/branches/BRANCH_6-3/; revision=4962