summaryrefslogtreecommitdiff
path: root/src/event/ngx_event_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* SSL: logging levels of errors observed with BoringSSL.Maxim Dounin2023-03-081-0/+21
* SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.Maxim Dounin2023-03-081-0/+7
* SSL: logging levels of various errors reported with tlsfuzzer.Maxim Dounin2023-03-081-0/+41
* SSL: switched to detect log level based on the last error.Maxim Dounin2023-03-081-1/+1
* SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin2022-12-011-0/+5
* SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov2022-11-241-1/+1
* SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov2022-10-131-1/+1
* SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2022-10-121-0/+47
* SSL: optimized rotation of session ticket keys.Maxim Dounin2022-10-121-18/+46
* SSL: automatic rotation of session ticket keys.Maxim Dounin2022-10-121-18/+149
* SSL: shorter debug messages about session tickets.Maxim Dounin2022-10-121-3/+3
* SSL: renamed session ticket key functions and data index.Maxim Dounin2022-10-121-15/+12
* SSL: renamed session ticket key type.Maxim Dounin2022-10-121-20/+20
* SSL: explicit clearing of expired sessions.Maxim Dounin2022-10-121-0/+6
* SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin2022-10-121-44/+21
* SSL: explicit session id length checking.Maxim Dounin2022-10-121-2/+8
* SSL: updated comment about session sizes.Maxim Dounin2022-10-121-6/+6
* SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin2022-10-121-2/+7
* SSL: disabled saving tickets to session cache.Maxim Dounin2022-10-121-0/+17
* SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov2022-09-081-1/+1
* Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin2022-09-071-3/+3
* SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin2022-09-071-1/+1
* SSL: logging level of "bad record type" errors.Murilo Andrade2022-08-091-0/+3
* SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin2022-07-121-0/+12
* SSL: logging level of "application data after close notify".Sergey Kandaurov2022-02-081-0/+6
* SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin2022-01-241-1/+15
* SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov2022-01-171-0/+3
* Support for sendfile(SF_NOCACHE).Maxim Dounin2021-12-271-0/+6
* SSL: SSL_sendfile(SF_NODISKIO) support.Maxim Dounin2021-12-271-2/+29
* SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2021-11-011-0/+36
* SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2021-10-211-5/+204
* Style: added missing "static" specifiers.Maxim Dounin2021-10-211-1/+1
* Stream: the "ssl_alpn" directive.Vladimir Homutov2021-10-191-0/+3
* SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-141-0/+30
* SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.Sergey Kandaurov2021-08-101-5/+0
* SSL: removed export ciphers support.Sergey Kandaurov2021-08-101-31/+0
* SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.Sergey Kandaurov2021-08-101-0/+4
* SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov2021-08-101-1/+1
* SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.Sergey Kandaurov2021-08-101-1/+31
* SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov2021-08-101-1/+5
* SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov2021-08-041-1/+7
* SSL: set events ready flags after handshake.Maxim Dounin2021-08-031-0/+6
* Fixed SSL logging with lingering close.Maxim Dounin2021-06-011-0/+6
* SSL: ngx_ssl_shutdown() rework.Maxim Dounin2021-06-011-22/+21
* SSL: added check for debugging.Maxim Dounin2021-02-201-0/+8
* SSL: added missed error reporting during variables evaluation.Maxim Dounin2021-02-201-4/+13
* SSL: X509_NAME_oneline() error handling.Maxim Dounin2021-02-201-5/+37
* SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov2020-12-081-0/+4
* Core: added format specifiers to output binary data as hex.Vladimir Homutov2020-10-281-10/+6
* SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2020-10-221-2/+10