summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-25Merged with the default branch.Sergey Kandaurov1-1/+18
2022-01-17SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov1-0/+3
2021-12-29Merged with the default branch.Sergey Kandaurov1-2/+35
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-0/+6
2021-12-27SSL: SSL_sendfile(SF_NODISKIO) support.Maxim Dounin1-2/+29
2021-12-24Merged with the default branch.Ruslan Ermilov1-0/+36
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov1-0/+36
2021-11-03Merged with the default branch.Sergey Kandaurov1-6/+238
2021-09-01Merged with the default branch.Sergey Kandaurov1-35/+49
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin1-5/+204
2021-10-21Style: added missing "static" specifiers.Maxim Dounin1-1/+1
2021-10-19Stream: the "ssl_alpn" directive.Vladimir Homutov1-0/+3
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov1-0/+30
2021-08-10SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.Sergey Kandaurov1-5/+0
2021-08-10SSL: removed export ciphers support.Sergey Kandaurov1-31/+0
2021-08-10SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.Sergey Kandaurov1-0/+4
2021-08-10SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov1-1/+1
2021-08-10SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.Sergey Kandaurov1-1/+31
2021-08-10SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov1-1/+5
2021-08-04SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov1-1/+7
2021-08-03SSL: set events ready flags after handshake.Maxim Dounin1-0/+6
2021-07-15Merged with the default branch.Sergey Kandaurov1-21/+26
2021-06-01Fixed SSL logging with lingering close.Maxim Dounin1-0/+6
2021-06-01SSL: ngx_ssl_shutdown() rework.Maxim Dounin1-22/+21
2021-03-10Merged with the default branch.Sergey Kandaurov1-9/+58
2021-02-20SSL: added check for debugging.Maxim Dounin1-0/+8
2021-02-20SSL: added missed error reporting during variables evaluation.Maxim Dounin1-4/+13
2021-02-20SSL: X509_NAME_oneline() error handling.Maxim Dounin1-5/+37
2020-12-15Merged with the default branch.Sergey Kandaurov1-0/+4
2020-12-08SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov1-0/+4
2020-11-24Merged with the default branch.Sergey Kandaurov1-10/+6
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-1/+1
2020-10-29Merged with the default branch.Sergey Kandaurov1-2/+82
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov1-10/+6
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin1-2/+10
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin1-0/+72
2020-10-19QUIC: reverted previous 3 commits.Vladimir Homutov1-46/+0
2020-09-15SSL: added the "ssl_keys_file" directive.Vladimir Homutov1-0/+46
2020-10-01Merged with the default branch.Sergey Kandaurov1-1/+20
2020-09-16SSL: disabled shutdown when there are buffered data.Maxim Dounin1-1/+1
2020-09-16SSL: disabled shutdown after connection errors.Maxim Dounin1-1/+1
2020-09-16SSL: fixed event handling during shutdown.Maxim Dounin1-0/+7
2020-09-16SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2020-08-18Merged with the default branch.Roman Arutyunyan1-31/+48
2020-08-10SSL: fixed shutdown handling.Maxim Dounin1-31/+48
2020-07-22SSL: fixed compilation without QUIC after 0d2b2664b41c.Roman Arutyunyan1-0/+2
2020-07-13Merged with the default branch.Sergey Kandaurov1-0/+3
2020-06-29SSL: fixed unexpected certificate requests (ticket #2008).Maxim Dounin1-1/+2
2020-06-03SSL: added verify callback to ngx_ssl_trusted_certificate().Maxim Dounin1-0/+2
2020-05-26Merged with the default branch.Sergey Kandaurov1-7/+51