summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.16.0-RELEASErelease-1.16.0Maxim Dounin2019-04-231-0/+14
* Stable branch.Maxim Dounin2019-04-231-2/+2
* release-1.15.12 tagMaxim Dounin2019-04-161-0/+1
* nginx-1.15.12-RELEASErelease-1.15.12Maxim Dounin2019-04-161-0/+20
* Updated PCRE used for win32 builds.Maxim Dounin2019-04-161-1/+1
* Fixed incorrect length handling in ngx_utf8_length().Maxim Dounin2019-04-151-1/+1
* OCSP stapling: fixed segfault with dynamic certificate loading.Maxim Dounin2019-04-151-0/+5
* Version bump.Maxim Dounin2019-04-151-2/+2
* release-1.15.11 tagMaxim Dounin2019-04-091-0/+1
* nginx-1.15.11-RELEASErelease-1.15.11Maxim Dounin2019-04-091-0/+14
* Win32: avoid using CFLAGS, just add define instead.Maxim Dounin2019-04-041-2/+1
* Win32: defined pdb path.Maxim Dounin2019-04-041-1/+1
* Win32: preserving binary compatibility with Windows XP - Vista.Sergey Kandaurov2019-04-041-1/+2
* Win32: skip building OpenSSL tests to conserve time and space.Sergey Kandaurov2019-04-041-1/+1
* OCSP stapling: open ssl_stapling_file in binary-mode.Sergey Kandaurov2019-04-031-1/+1
* SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.Nikolay Morozov2019-03-261-0/+2
* Version bump.Sergey Kandaurov2019-03-261-2/+2
* release-1.15.10 tagMaxim Dounin2019-03-261-0/+1
* nginx-1.15.10-RELEASErelease-1.15.10Maxim Dounin2019-03-261-0/+60
* Listen port ranges.Roman Arutyunyan2019-03-062-29/+119
* Removed sorting of getaddrinfo() results.Roman Arutyunyan2019-03-201-14/+5
* Multiple addresses in "listen".Roman Arutyunyan2019-03-1511-427/+276
* SSL: support for parsing PEM certificates from memory.Maxim Dounin2019-03-091-25/+43
* SSL: removed redundant "pkey" variable.Maxim Dounin2019-03-091-3/+2
* SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin2019-03-051-6/+6
* SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.Maxim Dounin2019-03-031-0/+4
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-037-8/+15
* SSL: server name callback changed to return fatal errors.Maxim Dounin2019-03-032-7/+28
* SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin2019-03-032-6/+25
* Version bump.Maxim Dounin2019-03-031-2/+2
* release-1.15.9 tagMaxim Dounin2019-02-261-0/+1
* nginx-1.15.9-RELEASErelease-1.15.9Maxim Dounin2019-02-261-0/+53
* Updated OpenSSL used for win32 builds.Maxim Dounin2019-02-261-1/+1
* SSL: fixed possible segfault with dynamic certificates.Maxim Dounin2019-02-253-4/+4
* SSL: adjusted session id context with dynamic certificates.Maxim Dounin2019-02-255-8/+31
* SSL: dynamic certificate loading in the stream module.Maxim Dounin2019-02-252-4/+179
* SSL: passwords support for dynamic certificate loading.Maxim Dounin2019-02-254-2/+77
* SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin2019-02-254-23/+224
* SSL: loading of connection-specific certificates.Maxim Dounin2019-02-252-0/+78
* SSL: reworked ngx_ssl_certificate().Maxim Dounin2019-02-251-103/+186
* SSL: removed logging of empty "(SSL:)" in ngx_ssl_error().Maxim Dounin2019-02-251-22/+28
* Style.Maxim Dounin2019-02-251-0/+1
* Slab: removed redundant page calculation (ticket #1721).Maxim Dounin2019-02-121-2/+1
* Upstream: fixed logging of required buffer size (ticket #1722).Chanhun Jeong2019-02-111-1/+1
* SSL: fixed EVP_DigestFinal_ex() error message.Sergey Kandaurov2019-02-071-1/+1
* SSL: separate checks for errors in ngx_ssl_read_password_file().Maxim Dounin2019-01-311-2/+5
* SSL: explicitly zero out session ticket keys.Ruslan Ermilov2019-01-311-0/+24
* Modules compatibility: down flag in ngx_peer_connection_t.Roman Arutyunyan2019-01-311-0/+1
* Use %s for errors returned from configuration parsing handlers.Ruslan Ermilov2018-12-251-1/+1
* Configure: added explicit ngx_binext to the linker output argument.Sergey Kandaurov2019-01-301-1/+1