summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-08SSL: logging levels of errors observed with BoringSSL.Maxim Dounin1-0/+21
2023-03-08SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.Maxim Dounin1-0/+7
2023-03-08SSL: logging levels of various errors reported with tlsfuzzer.Maxim Dounin1-0/+41
2023-03-08SSL: switched to detect log level based on the last error.Maxim Dounin1-1/+1
2022-12-01SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin1-0/+5
2022-11-24SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov1-1/+1
2022-10-13SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov1-1/+1
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin1-0/+47
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin1-18/+46
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin1-18/+149
2022-10-12SSL: shorter debug messages about session tickets.Maxim Dounin1-3/+3
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin1-15/+12
2022-10-12SSL: renamed session ticket key type.Maxim Dounin1-20/+20
2022-10-12SSL: explicit clearing of expired sessions.Maxim Dounin1-0/+6
2022-10-12SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin1-44/+21
2022-10-12SSL: explicit session id length checking.Maxim Dounin1-2/+8
2022-10-12SSL: updated comment about session sizes.Maxim Dounin1-6/+6
2022-10-12SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin1-2/+7
2022-10-12SSL: disabled saving tickets to session cache.Maxim Dounin1-0/+17
2022-09-08SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov1-1/+1
2022-09-07Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin1-3/+3
2022-09-07SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin1-1/+1
2022-08-09SSL: logging level of "bad record type" errors.Murilo Andrade1-0/+3
2022-07-12SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2022-02-08SSL: logging level of "application data after close notify".Sergey Kandaurov1-0/+6
2022-01-24SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin1-1/+15
2022-01-17SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov1-0/+3
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-0/+6
2021-12-27SSL: SSL_sendfile(SF_NODISKIO) support.Maxim Dounin1-2/+29
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov1-0/+36
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-06-01Fixed SSL logging with lingering close.Maxim Dounin1-0/+6
2021-06-01SSL: ngx_ssl_shutdown() rework.Maxim Dounin1-22/+21
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-08SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov1-0/+4
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