log src/stream/ngx_stream_ssl_module.c @ 7009:03444167a3bb

age author description
Mon, 29 May 2017 16:34:35 +0300 Maxim Dounin Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
Mon, 29 May 2017 16:34:29 +0300 Maxim Dounin SSL: set TCP_NODELAY on SSL connections before handshake.
Tue, 18 Apr 2017 15:12:38 +0300 Sergey Kandaurov SSL: added support for TLSv1.3 in ssl_protocols directive.
Thu, 19 Jan 2017 16:20:07 +0300 Vladimir Homutov Stream: client SSL certificates were not checked in some cases.
Thu, 19 Jan 2017 16:17:05 +0300 Vladimir Homutov Stream: fixed handling of non-ssl sessions.
Tue, 20 Dec 2016 12:05:14 +0300 Vladimir Homutov Stream: client SSL certificates verification support.
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_curves (ticket #1088).