aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_ssl_module.c
Commit message (Collapse)AuthorAge
* Copyright updated.Maxim Konovalov2012-01-18
|
* Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin2012-01-11
| | | | | | Support for TLSv1.1 and TLSv1.2 protocols was introduced in OpenSSL 1.0.1 (-beta1 was recently released). This change makes it possible to disable these protocols and/or enable them without other protocols.
* Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).Maxim Dounin2011-09-27
|
* A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev2011-08-04
| | | | | | | | enabled in any server. The previous r1033 does not help when unused zone becomes used after reconfiguration, so it is backed out. The initial thought was to make SSL modules independed from SSL implementation and to keep OpenSSL code dependance as much as in separate files.
* ECDHE supportIgor Sysoev2011-07-20
| | | | patch by Adrian Kotelba
* MSIE export versions are rare now, so RSA 512 key is generated on demandIgor Sysoev2011-07-20
| | | | | | and is shared among all hosts instead of pregenerating for every HTTPS host on configuraiton phase. This decreases start time for configuration with large number of HTTPS hosts.
* use !aNULL to disable all anonymous cipher suitesIgor Sysoev2011-06-27
| | | | patch by Rob Stradling
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
|
* use only strong ciphers by defaultIgor Sysoev2009-10-07
|
* disable SSLv2 and low ciphers by defaultIgor Sysoev2009-10-06
|
* delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev2009-07-23
| | | | compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
|
* fix building by MSVC8Igor Sysoev2009-04-27
|
* *) listen sslIgor Sysoev2008-09-01
| | | | *) no default ssl_cetificate and ssl_cetificate_key
* fix typoIgor Sysoev2008-07-29
|
* DH parameters, ssl_dhparamIgor Sysoev2008-06-16
|
* ssl_session_cache noneIgor Sysoev2008-05-26
|
* ssl_session_cache offIgor Sysoev2007-12-26
|
* ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev2007-09-15
|
* Many changes:Igor Sysoev2007-03-19
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop