aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_openssl.h
Commit message (Expand)AuthorAge
* SSL: fixed build with OPENSSL_NO_DH.Sergey Kandaurov2025-04-25
* SSL: fixed build with OPENSSL_NO_DEPRECATED.Sergey Kandaurov2025-04-25
* SSL: raised limit for sessions stored in shared memory.Sergey Kandaurov2025-02-26
* SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov2025-02-26
* Upstream: fixed --with-compat build without SSL, broken by 454ad0e.Pavel Pautov2025-01-23
* SSL: avoid using mismatched certificate/key cached pairs.Sergey Kandaurov2025-01-17
* SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: a new macro to set default protocol versions.Sergey Kandaurov2024-11-22
* SSL: caching CA certificates.Sergey Kandaurov2024-10-01
* SSL: caching CRLs.Sergey Kandaurov2024-10-01
* SSL: caching certificate keys.Sergey Kandaurov2024-10-01
* SSL: caching certificates.Sergey Kandaurov2024-10-01
* SSL: object caching.Sergey Kandaurov2024-10-01
* SSL: moved certificate storage out of exdata.Sergey Kandaurov2024-10-01
* SSL: reasonable version for LibreSSL adjusted.Sergey Kandaurov2023-12-25
* QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov2023-02-23
* Merged with the default branch.Sergey Kandaurov2022-10-20
|\
| * SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2022-10-12
| * SSL: optimized rotation of session ticket keys.Maxim Dounin2022-10-12
| * SSL: automatic rotation of session ticket keys.Maxim Dounin2022-10-12
| * SSL: renamed session ticket key functions and data index.Maxim Dounin2022-10-12
| * SSL: renamed session ticket key type.Maxim Dounin2022-10-12
| * SSL: style.Maxim Dounin2022-10-12
| * SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin2022-10-12
| * SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin2022-10-12
* | Merged with the default branch.Ruslan Ermilov2021-12-24
|\|
| * SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2021-11-01
* | Merged with the default branch.Sergey Kandaurov2021-11-03
|\|
| * SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2021-10-21
| * SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-14
* | Merged with the default branch.Sergey Kandaurov2021-09-01
|\|
| * SSL: removed export ciphers support.Sergey Kandaurov2021-08-10
| * SSL: silenced warnings when building with OpenSSL 3.0.Sergey Kandaurov2021-08-10
| * SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov2021-08-10
| * SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.Sergey Kandaurov2021-08-10
| * SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov2021-08-10
* | Merged with the default branch.Sergey Kandaurov2021-07-15
|\|
| * Fixed SSL logging with lingering close.Maxim Dounin2021-06-01
* | QUIC: removed unused <openssl/aes.h> inclusion.Sergey Kandaurov2020-12-22
* | QUIC: fixed build with OpenSSL < 1.1.1.Sergey Kandaurov2020-12-22
* | Merged with the default branch.Sergey Kandaurov2020-10-29
|\|
| * SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2020-10-22
| * SSL: ssl_conf_command directive.Maxim Dounin2020-10-22
* | QUIC: reverted previous 3 commits.Vladimir Homutov2020-10-19
* | SSL: added the "ssl_keys_file" directive.Vladimir Homutov2020-09-15
* | Merged with the default branch.Sergey Kandaurov2020-05-26
|\|
| * OCSP: certificate status cache.Roman Arutyunyan2020-05-22
| * SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan2020-05-22
* | Moved setting QUIC methods to runtime.Roman Arutyunyan2020-03-18
* | Chacha20 header protection support with BoringSSL.Sergey Kandaurov2020-03-10