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