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
/
mail
/
ngx_mail_ssl_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-06-08
SSL: removed the "ssl" directive.
Roman Arutyunyan
1
-53
/
+0
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-10-20
Mail: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
1
-0
/
+58
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
/
+32
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-02-25
SSL: adjusted session id context with dynamic certificates.
Maxim Dounin
1
-1
/
+1
2018-04-25
SSL: deprecated the "ssl" directive.
Ruslan Ermilov
1
-1
/
+6
2018-04-24
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
1
-49
/
+37
2018-04-24
Mail: fixed error message about missing ssl_certificate_key.
Maxim Dounin
1
-2
/
+2
2017-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
1
-0
/
+1
2016-09-20
Fixed log levels of configuration parsing errors.
Valentin Bartenev
1
-2
/
+2
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
-15
/
+30
2016-03-31
SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
1
-1
/
+1
2016-03-30
Style.
Ruslan Ermilov
1
-3
/
+3
2015-05-25
Disabled SSLv3 by default (ticket #653).
Maxim Dounin
1
-1
/
+1
2015-03-23
SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Maxim Dounin
1
-0
/
+2
2015-02-25
Mail: client SSL certificates support.
Maxim Dounin
1
-0
/
+87
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
1
-1
/
+36
2014-01-10
SSL: ssl_session_tickets directive.
Dirkjan Bussink
1
-0
/
+17
2013-10-11
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
1
-0
/
+17
2013-09-30
Mail: fixed segfault with ssl/starttls at mail{} level and no cert.
Maxim Dounin
1
-0
/
+5
2013-09-22
SSL: stop loading configs with invalid "ssl_ciphers" values.
Piotr Sikora
1
-9
/
+8
2013-05-21
Style: remove unnecessary references to HTTP from non-HTTP modules.
Piotr Sikora
1
-2
/
+2
2013-05-10
Mail: missing ngx_ssl_ecdh_curve() call.
F. da Silva
1
-0
/
+4
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2012-01-11
Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Maxim Dounin
1
-1
/
+4
2011-09-27
Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).
Maxim Dounin
1
-2
/
+2
2011-08-04
A new fix for the case when ssl_session_cache defined, but ssl is not
Igor Sysoev
1
-0
/
+2
2011-07-20
ECDHE support
Igor Sysoev
1
-1
/
+13
2011-07-20
MSIE export versions are rare now, so RSA 512 key is generated on demand
Igor Sysoev
1
-3
/
+1
2011-06-27
use !aNULL to disable all anonymous cipher suites
Igor Sysoev
1
-1
/
+1
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-2
/
+1
2009-10-07
use only strong ciphers by default
Igor Sysoev
1
-1
/
+1
2009-10-06
disable SSLv2 and low ciphers by default
Igor Sysoev
1
-3
/
+2
2009-07-23
delete OpenSSL pre-0.9.7 compatibility: the sources were not actually
Igor Sysoev
1
-32
/
+0
2009-06-02
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
1
-1
/
+1
2009-04-27
fix building by MSVC8
Igor Sysoev
1
-1
/
+1
2008-09-01
*) listen ssl
Igor Sysoev
1
-14
/
+107
2008-07-29
fix typo
Igor Sysoev
1
-6
/
+6
2008-06-16
DH parameters, ssl_dhparam
Igor Sysoev
1
-4
/
+16
[next]