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
/
http
/
modules
/
ngx_http_ssl_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-03
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
1
-8
/
+9
2019-02-25
SSL: fixed possible segfault with dynamic certificates.
Maxim Dounin
1
-1
/
+1
2019-02-25
SSL: adjusted session id context with dynamic certificates.
Maxim Dounin
1
-1
/
+1
2019-02-25
SSL: passwords support for dynamic certificate loading.
Maxim Dounin
1
-0
/
+5
2019-02-25
SSL: variables support in ssl_certificate and ssl_certificate_key.
Maxim Dounin
1
-4
/
+112
2018-08-07
SSL: support for TLSv1.3 early data with BoringSSL.
Maxim Dounin
1
-0
/
+18
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
-2
/
+31
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-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
1
-0
/
+1
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-12-05
SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.
Maxim Dounin
1
-0
/
+9
2016-10-21
SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.
Dmitry Volyntsev
1
-0
/
+6
2016-06-15
SSL: ngx_ssl_ciphers() to set list of ciphers.
Tim Taubert
1
-15
/
+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
/
+31
2016-03-31
SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
1
-1
/
+1
2016-03-31
Fixed logging with variable field width.
Sergey Kandaurov
1
-2
/
+3
2016-03-30
Style.
Ruslan Ermilov
1
-2
/
+2
2015-09-11
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
1
-11
/
+13
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
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
1
-1
/
+36
2014-05-20
SSL: $ssl_client_fingerprint variable.
Sergey Budnevitch
1
-0
/
+3
2014-04-18
SSL: $ssl_server_name variable.
Maxim Dounin
1
-0
/
+3
2014-02-11
SSL: the $ssl_session_reused variable.
Maxim Dounin
1
-0
/
+3
2014-01-28
SSL: support ALPN (IETF's successor to NPN).
Piotr Sikora
1
-2
/
+70
2014-01-14
SSL: fixed ssl_verify_depth to take only one argument.
Maxim Dounin
1
-1
/
+1
2014-01-10
SSL: ssl_session_tickets directive.
Dirkjan Bussink
1
-0
/
+16
2013-12-20
SSL: ssl_buffer_size directive.
Maxim Dounin
1
-0
/
+13
2013-10-11
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
1
-0
/
+17
2013-09-22
SSL: stop loading configs with invalid "ssl_ciphers" values.
Piotr Sikora
1
-0
/
+1
2013-03-20
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
1
-1
/
+16
2013-03-07
SSL: Next Protocol Negotiation extension support.
Valentin Bartenev
1
-0
/
+34
2013-02-19
Removed zero termination of shm zone names.
Valentin Bartenev
1
-1
/
+0
2012-10-05
OCSP stapling: properly check if there is ssl.ctx.
Maxim Dounin
1
-1
/
+1
2012-10-03
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Maxim Dounin
1
-1
/
+2
2012-10-01
OCSP stapling: ssl_stapling_verify directive.
Maxim Dounin
1
-2
/
+11
2012-10-01
OCSP stapling: loading OCSP responses.
Maxim Dounin
1
-5
/
+56
2012-10-01
OCSP stapling: ssl_stapling_file support.
Maxim Dounin
1
-0
/
+24
2012-10-01
OCSP stapling: ssl_trusted_certificate directive.
Maxim Dounin
1
-3
/
+21
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-11-14
Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
Sergey Budnevitch
1
-1
/
+1
2011-10-31
Fixed segfault on configuration testing with ssl (ticket #37).
Maxim Dounin
1
-1
/
+10
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
/
+17
[next]