summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23QUIC: logging level of handshake errors.Sergey Kandaurov1-3/+1
2025-04-25SSL: fixed build with OPENSSL_NO_DH.Sergey Kandaurov1-0/+4
2025-04-10SSL: external groups support in $ssl_curve and $ssl_curves.Sergey Kandaurov1-5/+30
2025-02-26SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov1-6/+7
2025-02-26SSL: style.Sergey Kandaurov1-1/+1
2025-01-17SSL: avoid using mismatched certificate/key cached pairs.Sergey Kandaurov1-3/+25
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov1-5/+6
2024-11-20Fixed missing double quote.Nathan Mentze1-1/+1
2024-10-01SSL: caching CA certificates.Sergey Kandaurov1-28/+118
2024-10-01SSL: caching CRLs.Sergey Kandaurov1-16/+56
2024-10-01SSL: caching certificate keys.Sergey Kandaurov1-151/+3
2024-10-01SSL: caching certificates.Sergey Kandaurov1-96/+9
2024-10-01SSL: moved certificate storage out of exdata.Sergey Kandaurov1-48/+30
2024-05-03SSL: fixed possible configuration overwrite loading "engine:" keys.Sergey Kandaurov1-2/+2
2024-01-30SSL: fixed $ssl_curves allocation error handling.Sergey Kandaurov1-0/+3
2023-12-25SSL: disabled renegotiation checks with LibreSSL.Sergey Kandaurov1-7/+8
2023-06-21SSL: avoid using OpenSSL config in build directory (ticket #2404).Maxim Dounin1-1/+20
2023-06-21SSL: provided "nginx" appname when loading OpenSSL configs.Maxim Dounin1-3/+21
2023-03-29Merged with the default branch.Sergey Kandaurov1-1/+70
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
2023-02-23QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov1-4/+1
2022-12-15Merged with the default branch.Sergey Kandaurov1-1/+6
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-10-20Merged with the default branch.Sergey Kandaurov1-114/+331
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-07-26Merged with the default branch.Sergey Kandaurov1-0/+12
2022-02-08SSL: logging level of "application data after close notify".Sergey Kandaurov1-0/+6
2022-02-14Merged with the default branch.Sergey Kandaurov1-0/+6
2022-01-24SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin1-1/+15