aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Expand)AuthorAge
* SSL: fixed ssl_verify_client error message.Sergey Kandaurov2019-09-16
* Mail: fixed duplicate resolving.Maxim Dounin2019-08-01
* Multiple addresses in "listen".Roman Arutyunyan2019-03-15
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-03
* SSL: adjusted session id context with dynamic certificates.Maxim Dounin2019-02-25
* SSL: deprecated the "ssl" directive.Ruslan Ermilov2018-04-25
* SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin2018-04-24
* Mail: fixed error message about missing ssl_certificate_key.Maxim Dounin2018-04-24
* SSL: using default server context in session remove (closes #1464).Sergey Kandaurov2018-01-30
* Fixed worker_shutdown_timeout in various cases.Maxim Dounin2017-11-20
* Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin2017-05-29
* SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov2017-04-18
* Mail: configurable socket buffer sizes.Vladimir Homutov2017-04-03
* Mail: don't emit separator in capability lists for APOP.Sergey Kandaurov2017-03-06
* Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov2017-01-12
* Win32: fixed some warnings reported by Borland C.Maxim Dounin2016-12-24
* Mail: support SASL EXTERNAL (RFC 4422).Rob N ★2016-10-08
* Mail: extensible auth methods in pop3 module.Maxim Dounin2016-10-18
* Modules compatibility: removed dependencies on NGX_MAIL_SSL.Maxim Dounin2016-10-10
* Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin2016-10-03
* Fixed log levels of configuration parsing errors.Valentin Bartenev2016-09-20
* Ensure "listen" exists in a mail or stream server (ticket #1049).Roman Arutyunyan2016-08-17
* Fixed wrong type of the "line" field.Roman Arutyunyan2016-08-18
* Fixed build on MSVC.Roman Arutyunyan2016-06-20
* Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan2016-06-20
* SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert2016-06-15
* Renamed "u" to "sockaddr" in listen options types.Maxim Dounin2016-05-23
* Introduced the ngx_sockaddr_t type.Ruslan Ermilov2016-05-23
* Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov2016-05-20
* SSL: support for multiple curves (ticket #885).Maxim Dounin2016-05-19
* SSL: support for multiple certificates (ticket #814).Maxim Dounin2016-05-19
* SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.Maxim Dounin2016-03-31
* Fixed logging.Sergey Kandaurov2016-03-31
* Style.Ruslan Ermilov2016-03-30
* Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin2016-02-04
* Dynamic modules: moved module-related stuff to separate files.Maxim Dounin2016-02-04
* Win32: MSVC 2015 compatibility.Maxim Dounin2015-08-17
* Disabled duplicate http, mail, and stream blocks.Vladimir Homutov2015-06-16
* Mail: listen backlog=.Ruslan Ermilov2015-06-08
* Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t.Ruslan Ermilov2015-06-08
* Disabled SSLv3 by default (ticket #653).Maxim Dounin2015-05-25
* Simplified ngx_http_init_listening().Maxim Dounin2015-05-20
* Removed the deprecated "imap" directive.Ruslan Ermilov2015-04-29
* Removed the deprecated "so_keepalive" directive.Ruslan Ermilov2015-04-29
* Mail: error_log support.Vladimir Homutov2015-02-20
* SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Maxim Dounin2015-03-23
* Style: use %*s format, as in 68d21fd1dc64.Ruslan Ermilov2015-03-04
* Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client.Sergey Kandaurov2015-02-27
* Mail: client SSL certificates support.Maxim Dounin2015-02-25
* Mail: added Auth-SSL header to indicate SSL.Maxim Dounin2015-02-25