log src/mail/ngx_mail_ssl_module.c @ 7660:d33e17499088

age author description
Mon, 16 Sep 2019 19:26:42 +0300 Sergey Kandaurov SSL: fixed ssl_verify_client error message.
Sun, 03 Mar 2019 16:48:39 +0300 Maxim Dounin SSL: fixed potential leak on memory allocation errors.
Mon, 25 Feb 2019 16:42:54 +0300 Maxim Dounin SSL: adjusted session id context with dynamic certificates.
Wed, 25 Apr 2018 14:57:24 +0300 Ruslan Ermilov SSL: deprecated the "ssl" directive.
Tue, 24 Apr 2018 15:29:01 +0300 Maxim Dounin SSL: detect "listen ... ssl" without certificates (ticket #178).
Tue, 24 Apr 2018 15:28:58 +0300 Maxim Dounin Mail: fixed error message about missing ssl_certificate_key.
Tue, 18 Apr 2017 15:12:38 +0300 Sergey Kandaurov SSL: added support for TLSv1.3 in ssl_protocols directive.
Tue, 20 Sep 2016 15:07:16 +0300 Valentin Bartenev Fixed log levels of configuration parsing errors.
Wed, 15 Jun 2016 21:05:30 +0100 Tim Taubert SSL: ngx_ssl_ciphers() to set list of ciphers.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: support for multiple curves (ticket #885).
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: support for multiple certificates (ticket #814).
Thu, 31 Mar 2016 23:38:34 +0300 Maxim Dounin SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 25 May 2015 17:58:20 +0300 Maxim Dounin Disabled SSLv3 by default (ticket #653).
Mon, 23 Mar 2015 02:42:34 +0300 Maxim Dounin SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Wed, 25 Feb 2015 17:48:05 +0300 Maxim Dounin Mail: client SSL certificates support.
Mon, 16 Jun 2014 19:43:25 +0400 Valentin Bartenev SSL: the "ssl_password_file" directive.
Fri, 10 Jan 2014 16:12:40 +0100 Dirkjan Bussink SSL: ssl_session_tickets directive.
Fri, 11 Oct 2013 16:05:24 -0700 Piotr Sikora SSL: added ability to set keys used for Session Tickets (RFC5077).
Mon, 30 Sep 2013 22:10:13 +0400 Maxim Dounin Mail: fixed segfault with ssl/starttls at mail{} level and no cert. stable-1.4
Mon, 30 Sep 2013 22:10:13 +0400 Maxim Dounin Mail: fixed segfault with ssl/starttls at mail{} level and no cert.
Sun, 22 Sep 2013 22:36:11 -0700 Piotr Sikora SSL: stop loading configs with invalid "ssl_ciphers" values.
Tue, 21 May 2013 18:43:43 -0700 Piotr Sikora Style: remove unnecessary references to HTTP from non-HTTP modules.
Fri, 10 May 2013 16:53:45 +0200 F. da Silva Mail: missing ngx_ssl_ecdh_curve() call.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 19:15:09 +0000 Maxim Dounin Merge of r4401, r4415: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Wed, 11 Jan 2012 11:15:00 +0000 Maxim Dounin Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Fri, 30 Sep 2011 13:36:33 +0000 Igor Sysoev Merging r3933, r4154: stable-1.0
Tue, 27 Sep 2011 12:06:07 +0000 Maxim Dounin Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).
Mon, 29 Aug 2011 12:35:53 +0000 Igor Sysoev Merge of r3960, r3961, r3962, r3963, r3965: stable-1.0
Thu, 04 Aug 2011 11:12:30 +0000 Igor Sysoev A new fix for the case when ssl_session_cache defined, but ssl is not
Wed, 20 Jul 2011 15:42:40 +0000 Igor Sysoev ECDHE support
Wed, 20 Jul 2011 12:59:24 +0000 Igor Sysoev MSIE export versions are rare now, so RSA 512 key is generated on demand
Mon, 27 Jun 2011 15:47:51 +0000 Igor Sysoev use !aNULL to disable all anonymous cipher suites
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Mon, 01 Feb 2010 14:39:16 +0000 Igor Sysoev merge r3155, r3156, r3160, r969, r3191, r3197, r3358: stable-0.7
Wed, 07 Oct 2009 14:46:13 +0000 Igor Sysoev use only strong ciphers by default
Tue, 06 Oct 2009 14:24:53 +0000 Igor Sysoev disable SSLv2 and low ciphers by default
Thu, 23 Jul 2009 12:54:20 +0000 Igor Sysoev delete OpenSSL pre-0.9.7 compatibility: the sources were not actually
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Mon, 27 Apr 2009 11:33:34 +0000 Igor Sysoev fix building by MSVC8
Mon, 01 Sep 2008 14:19:01 +0000 Igor Sysoev *) listen ssl
Tue, 29 Jul 2008 14:31:03 +0000 Igor Sysoev fix typo
Mon, 16 Jun 2008 05:51:32 +0000 Igor Sysoev DH parameters, ssl_dhparam
Mon, 26 May 2008 07:14:13 +0000 Igor Sysoev ssl_session_cache none
Wed, 26 Dec 2007 20:27:22 +0000 Igor Sysoev ssl_session_cache off
Sat, 15 Sep 2007 16:51:16 +0000 Igor Sysoev ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
Mon, 19 Mar 2007 13:36:56 +0000 Igor Sysoev Many changes: base src/imap/ngx_imap_ssl_module.c@6204ce92fae5