Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-26SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.Nikolay Morozov
2019-03-09SSL: support for parsing PEM certificates from memory.Maxim Dounin
2019-03-09SSL: removed redundant "pkey" variable.Maxim Dounin
2019-03-03SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.Maxim Dounin
2019-03-03SSL: server name callback changed to return fatal errors.Maxim Dounin
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin
2019-02-25SSL: loading of connection-specific certificates.Maxim Dounin
2019-02-25SSL: reworked ngx_ssl_certificate().Maxim Dounin
2019-02-25SSL: removed logging of empty "(SSL:)" in ngx_ssl_error().Maxim Dounin
2019-02-07SSL: fixed EVP_DigestFinal_ex() error message.Sergey Kandaurov
2019-01-31SSL: separate checks for errors in ngx_ssl_read_password_file().Maxim Dounin
2019-01-31SSL: explicitly zero out session ticket keys.Ruslan Ermilov
2018-12-18SSL: avoid reading on pending SSL_write_early_data().Sergey Kandaurov
2018-11-15Core: ngx_explicit_memzero().Maxim Dounin
2018-10-23SSL: explicitly set maximum version (ticket #1654).Maxim Dounin
2018-09-25SSL: fixed unlocked access to sess_id->len.Ruslan Ermilov
2018-09-25SSL: logging level of "no suitable signature algorithm".Maxim Dounin
2018-09-25SSL: logging level of "no suitable key share".Maxim Dounin
2018-09-21SSL: support for TLSv1.3 early data with OpenSSL.Sergey Kandaurov
2018-09-21SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.Maxim Dounin
2018-09-10SSL: restore handlers after blocking.Maxim Dounin
2018-09-10SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.Maxim Dounin
2018-08-07SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin
2018-08-07SSL: enabled TLSv1.3 with BoringSSL.Maxim Dounin
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov
2018-07-16SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).Maxim Dounin
2018-07-16SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin
2018-07-16SSL: logging levels of "unsupported protocol", "version too low".Maxim Dounin
2018-07-05SSL: logging level of "https proxy request" errors.Maxim Dounin
2018-06-06SSL: removed extra prototype.Sergey Kandaurov
2017-08-22SSL: fixed possible use-after-free in $ssl_server_name.Maxim Dounin
2017-08-22SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin
2017-08-09Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov
2017-08-09Style.Sergey Kandaurov
2017-07-25SSL: fixed typo in the error message.Sergey Kandaurov
2017-05-03SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.Sergey Kandaurov
2017-04-18SSL: compatibility with OpenSSL master branch.Sergey Kandaurov
2017-04-18SSL: disabled renegotiation detection in client mode.Sergey Kandaurov
2017-04-18SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov
2017-02-06SSL: clear error queue after OPENSSL_init_ssl().Sergey Kandaurov
2016-12-23SSL: support AES256 encryption of tickets.Maxim Dounin
2016-12-15SSL: backed out changeset e7cb5deb951d, reimplemented properly.Maxim Dounin
2016-12-14SSL: fix call to BIO_get_mem_data().Piotr Sikora
2016-12-05SSL: $ssl_curves (ticket #1088).Maxim Dounin
2016-12-05SSL: $ssl_ciphers (ticket #870).Maxim Dounin
2016-12-05SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin
2016-12-05SSL: $ssl_client_verify extended with a failure reason.Maxim Dounin
2016-12-05OCSP stapling: added certificate name to warnings.Maxim Dounin
2016-10-21SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.Dmitry Volyntsev