index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stream
/
ngx_stream_ssl_module.c
Commit message (
Expand
)
Author
Age
*
SNI: added restriction for TLSv1.3 cross-SNI session resumption.
Sergey Kandaurov
2025-02-05
*
SSL: caching certificates and certificate keys with variables.
Sergey Kandaurov
2025-01-17
*
SSL: a new macro to set default protocol versions.
Sergey Kandaurov
2024-11-22
*
SSL: fixed MSVC compilation after ebd18ec1812b.
蕭澧邦
2024-11-11
*
SSL: disabled TLSv1 and TLSv1.1 by default.
Sergey Kandaurov
2024-10-31
*
SSL: optional ssl_client_certificate for ssl_verify_client.
Sergey Kandaurov
2024-09-20
*
Stream: OCSP stapling.
Sergey Kandaurov
2024-08-22
*
Stream: client certificate validation with OCSP.
Sergey Kandaurov
2024-08-22
*
Stream: using ngx_stream_ssl_srv_conf_t *sscf naming convention.
Sergey Kandaurov
2024-03-22
*
Stream: virtual servers.
Roman Arutyunyan
2023-12-14
*
SSL: enabled TLSv1.3 by default.
Maxim Dounin
2023-03-24
*
SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
2022-10-17
*
SSL: $ssl_curve (ticket #2135).
Sergey Kandaurov
2021-11-01
*
Style: added missing "static" specifiers.
Maxim Dounin
2021-10-21
*
Stream: the "ssl_alpn" directive.
Vladimir Homutov
2021-10-19
*
SSL: added $ssl_alpn_protocol variable.
Vladimir Homutov
2021-10-14
*
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
2021-08-16
*
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
2021-03-05
*
SSL: ssl_conf_command directive.
Maxim Dounin
2020-10-22
*
SSL: fixed ssl_verify_client error message.
Sergey Kandaurov
2019-09-16
*
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
2019-03-03
*
SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.
Maxim Dounin
2019-03-03
*
SSL: fixed possible segfault with dynamic certificates.
Maxim Dounin
2019-02-25
*
SSL: adjusted session id context with dynamic certificates.
Maxim Dounin
2019-02-25
*
SSL: dynamic certificate loading in the stream module.
Maxim Dounin
2019-02-25
*
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
2018-04-24
*
SSL: using default server context in session remove (closes #1464).
Sergey Kandaurov
2018-01-30
*
SSL: the $ssl_client_escaped_cert variable (ticket #857).
Maxim Dounin
2017-08-22
*
Variables: macros for null variables.
Ruslan Ermilov
2017-08-01
*
Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
Maxim Dounin
2017-05-29
*
SSL: set TCP_NODELAY on SSL connections before handshake.
Maxim Dounin
2017-05-29
*
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
2017-04-18
*
Stream: client SSL certificates were not checked in some cases.
Vladimir Homutov
2017-01-19
*
Stream: fixed handling of non-ssl sessions.
Vladimir Homutov
2017-01-19
*
Stream: client SSL certificates verification support.
Vladimir Homutov
2016-12-20
*
SSL: $ssl_curves (ticket #1088).
Maxim Dounin
2016-12-05
*
SSL: $ssl_ciphers (ticket #870).
Maxim Dounin
2016-12-05
*
Stream: phases.
Roman Arutyunyan
2016-09-15
*
Stream: SSL-related variables.
Vladimir Homutov
2016-06-29
*
Stream: added preconfiguration step.
Vladimir Homutov
2016-06-15
*
SSL: ngx_ssl_ciphers() to set list of ciphers.
Tim Taubert
2016-06-15
*
SSL: support for multiple curves (ticket #885).
Maxim Dounin
2016-05-19
*
SSL: support for multiple certificates (ticket #814).
Maxim Dounin
2016-05-19
*
SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
2016-03-31
*
Stream: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Piotr Sikora
2015-06-18
*
Stream: added postconfiguration method to stream modules.
Vladimir Homutov
2015-06-09
*
Disabled SSLv3 by default (ticket #653).
Maxim Dounin
2015-05-25
*
Stream: port from NGINX+.
Ruslan Ermilov
2015-04-20