summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23QUIC: logging level of handshake errors.Sergey Kandaurov1-0/+2
2025-04-25SSL: fixed build with OPENSSL_NO_DH.Sergey Kandaurov1-0/+2
2025-04-25SSL: fixed build with OPENSSL_NO_DEPRECATED.Sergey Kandaurov1-0/+11
2025-02-26SSL: raised limit for sessions stored in shared memory.Sergey Kandaurov1-1/+1
2025-02-26SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov1-0/+3
2025-01-23Upstream: fixed --with-compat build without SSL, broken by 454ad0e.Pavel Pautov1-1/+0
2025-01-17SSL: avoid using mismatched certificate/key cached pairs.Sergey Kandaurov1-0/+2
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov1-4/+8
2024-11-22SSL: a new macro to set default protocol versions.Sergey Kandaurov1-0/+7
2024-10-01SSL: caching CA certificates.Sergey Kandaurov1-0/+1
2024-10-01SSL: caching CRLs.Sergey Kandaurov1-0/+1
2024-10-01SSL: caching certificate keys.Sergey Kandaurov1-0/+1
2024-10-01SSL: caching certificates.Sergey Kandaurov1-0/+3
2024-10-01SSL: object caching.Sergey Kandaurov1-0/+5
2024-10-01SSL: moved certificate storage out of exdata.Sergey Kandaurov1-3/+6
2023-12-25SSL: reasonable version for LibreSSL adjusted.Sergey Kandaurov1-1/+1
2023-02-23QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov1-0/+3
2022-10-20Merged with the default branch.Sergey Kandaurov1-17/+20
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin1-0/+1
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin1-1/+1
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin1-12/+11
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin1-1/+1
2022-10-12SSL: renamed session ticket key type.Maxim Dounin1-1/+1
2022-10-12SSL: style.Maxim Dounin1-0/+2
2022-10-12SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin1-4/+4
2022-10-12SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin1-0/+1
2021-12-24Merged with the default branch.Ruslan Ermilov1-0/+2
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov1-0/+2
2021-11-03Merged with the default branch.Sergey Kandaurov1-0/+3
2021-09-01Merged with the default branch.Sergey Kandaurov1-3/+12
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin1-0/+1
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov1-0/+2
2021-08-10SSL: removed export ciphers support.Sergey Kandaurov1-5/+0
2021-08-10SSL: silenced warnings when building with OpenSSL 3.0.Sergey Kandaurov1-0/+2
2021-08-10SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov1-0/+5
2021-08-10SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.Sergey Kandaurov1-0/+5
2021-08-10SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov1-0/+2
2021-07-15Merged with the default branch.Sergey Kandaurov1-0/+1
2021-06-01Fixed SSL logging with lingering close.Maxim Dounin1-0/+1
2020-12-22QUIC: removed unused <openssl/aes.h> inclusion.Sergey Kandaurov1-1/+0
2020-12-22QUIC: fixed build with OpenSSL < 1.1.1.Sergey Kandaurov1-0/+2
2020-10-29Merged with the default branch.Sergey Kandaurov1-0/+5
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin1-0/+1
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin1-0/+4
2020-10-19QUIC: reverted previous 3 commits.Vladimir Homutov1-3/+0
2020-09-15SSL: added the "ssl_keys_file" directive.Vladimir Homutov1-0/+3
2020-05-26Merged with the default branch.Sergey Kandaurov1-0/+15
2020-05-22OCSP: certificate status cache.Roman Arutyunyan1-1/+2
2020-05-22SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan1-0/+14
2020-03-18Moved setting QUIC methods to runtime.Roman Arutyunyan1-1/+0