summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-04-09nginx-1.15.11-RELEASErelease-1.15.11Maxim Dounin1-0/+14
2019-04-04Win32: avoid using CFLAGS, just add define instead.Maxim Dounin1-2/+1
2019-04-04Win32: defined pdb path.Maxim Dounin1-1/+1
2019-04-04Win32: preserving binary compatibility with Windows XP - Vista.Sergey Kandaurov1-1/+2
2019-04-04Win32: skip building OpenSSL tests to conserve time and space.Sergey Kandaurov1-1/+1
2019-04-03OCSP stapling: open ssl_stapling_file in binary-mode.Sergey Kandaurov1-1/+1
2019-03-26SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.Nikolay Morozov1-0/+2
2019-03-26Version bump.Sergey Kandaurov1-2/+2
2019-03-26release-1.15.10 tagMaxim Dounin1-0/+1
2019-03-26nginx-1.15.10-RELEASErelease-1.15.10Maxim Dounin1-0/+60
2019-03-06Listen port ranges.Roman Arutyunyan2-29/+119
2019-03-20Removed sorting of getaddrinfo() results.Roman Arutyunyan1-14/+5
2019-03-15Multiple addresses in "listen".Roman Arutyunyan11-427/+276
2019-03-09SSL: support for parsing PEM certificates from memory.Maxim Dounin1-25/+43
2019-03-09SSL: removed redundant "pkey" variable.Maxim Dounin1-3/+2
2019-03-05SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin1-6/+6
2019-03-03SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.Maxim Dounin1-0/+4
2019-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin7-8/+15
2019-03-03SSL: server name callback changed to return fatal errors.Maxim Dounin2-7/+28
2019-03-03SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin2-6/+25
2019-03-03Version bump.Maxim Dounin1-2/+2
2019-02-26release-1.15.9 tagMaxim Dounin1-0/+1
2019-02-26nginx-1.15.9-RELEASErelease-1.15.9Maxim Dounin1-0/+53
2019-02-26Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin3-4/+4
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin5-8/+31
2019-02-25SSL: dynamic certificate loading in the stream module.Maxim Dounin2-4/+179
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin4-2/+77
2019-02-25SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin4-23/+224
2019-02-25SSL: loading of connection-specific certificates.Maxim Dounin2-0/+78
2019-02-25SSL: reworked ngx_ssl_certificate().Maxim Dounin1-103/+186
2019-02-25SSL: removed logging of empty "(SSL:)" in ngx_ssl_error().Maxim Dounin1-22/+28
2019-02-25Style.Maxim Dounin1-0/+1
2019-02-12Slab: removed redundant page calculation (ticket #1721).Maxim Dounin1-2/+1
2019-02-11Upstream: fixed logging of required buffer size (ticket #1722).Chanhun Jeong1-1/+1
2019-02-07SSL: fixed EVP_DigestFinal_ex() error message.Sergey Kandaurov1-1/+1
2019-01-31SSL: separate checks for errors in ngx_ssl_read_password_file().Maxim Dounin1-2/+5
2019-01-31SSL: explicitly zero out session ticket keys.Ruslan Ermilov1-0/+24
2019-01-31Modules compatibility: down flag in ngx_peer_connection_t.Roman Arutyunyan1-0/+1
2018-12-25Use %s for errors returned from configuration parsing handlers.Ruslan Ermilov1-1/+1
2019-01-30Configure: added explicit ngx_binext to the linker output argument.Sergey Kandaurov1-1/+1
2019-01-28Removed --test-build-eventport workaround for old FreeBSD versions.Sergey Kandaurov1-2/+0
2019-01-28Fixed portability issues with union sigval.Sergey Kandaurov2-1/+7
2019-01-28Year 2019.Maxim Konovalov1-2/+2
2019-01-24Win32: detection of connect() errors in select().Maxim Dounin1-4/+13
2019-01-24Win32: enabled both select and poll on Windows by default.Maxim Dounin1-7/+1
2019-01-24Win32: added WSAPoll() support.Maxim Dounin5-0/+512
2019-01-24Win32: properly enabled select on Windows.Maxim Dounin2-1/+1
2019-01-24Events: fixed copying of old events in poll init.Maxim Dounin1-1/+1
2018-12-27Stream: do not split datagrams when limiting proxy rate.Roman Arutyunyan1-1/+1