index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_ssl_module.c
Commit message (
Expand
)
Author
Age
*
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
2021-03-05
*
SSL: ssl_reject_handshake directive (ticket #195).
Maxim Dounin
2020-10-22
*
SSL: ssl_conf_command directive.
Maxim Dounin
2020-10-22
*
OCSP: certificate status cache.
Roman Arutyunyan
2020-05-22
*
SSL: client certificate validation with OCSP (ticket #1534).
Roman Arutyunyan
2020-05-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: 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: passwords support for dynamic certificate loading.
Maxim Dounin
2019-02-25
*
SSL: variables support in ssl_certificate and ssl_certificate_key.
Maxim Dounin
2019-02-25
*
SSL: support for TLSv1.3 early data with BoringSSL.
Maxim Dounin
2018-08-07
*
SSL: deprecated the "ssl" directive.
Ruslan Ermilov
2018-04-25
*
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
2018-04-24
*
SSL: the $ssl_client_escaped_cert variable (ticket #857).
Maxim Dounin
2017-08-22
*
Variables: macros for null variables.
Ruslan Ermilov
2017-08-01
*
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
2017-04-18
*
SSL: $ssl_curves (ticket #1088).
Maxim Dounin
2016-12-05
*
SSL: $ssl_ciphers (ticket #870).
Maxim Dounin
2016-12-05
*
SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.
Maxim Dounin
2016-12-05
*
SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.
Dmitry Volyntsev
2016-10-21
*
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
*
Fixed logging with variable field width.
Sergey Kandaurov
2016-03-31
*
Style.
Ruslan Ermilov
2016-03-30
*
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
2015-09-11
*
Disabled SSLv3 by default (ticket #653).
Maxim Dounin
2015-05-25
*
SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Maxim Dounin
2015-03-23
*
SSL: the "ssl_password_file" directive.
Valentin Bartenev
2014-06-16
*
SSL: $ssl_client_fingerprint variable.
Sergey Budnevitch
2014-05-20
*
SSL: $ssl_server_name variable.
Maxim Dounin
2014-04-18
*
SSL: the $ssl_session_reused variable.
Maxim Dounin
2014-02-11
*
SSL: support ALPN (IETF's successor to NPN).
Piotr Sikora
2014-01-28
*
SSL: fixed ssl_verify_depth to take only one argument.
Maxim Dounin
2014-01-14
*
SSL: ssl_session_tickets directive.
Dirkjan Bussink
2014-01-10
*
SSL: ssl_buffer_size directive.
Maxim Dounin
2013-12-20
*
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
2013-10-11
*
SSL: stop loading configs with invalid "ssl_ciphers" values.
Piotr Sikora
2013-09-22
*
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
2013-03-20
*
SSL: Next Protocol Negotiation extension support.
Valentin Bartenev
2013-03-07
*
Removed zero termination of shm zone names.
Valentin Bartenev
2013-02-19
*
OCSP stapling: properly check if there is ssl.ctx.
Maxim Dounin
2012-10-05
*
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Maxim Dounin
2012-10-03
*
OCSP stapling: ssl_stapling_verify directive.
Maxim Dounin
2012-10-01
*
OCSP stapling: loading OCSP responses.
Maxim Dounin
2012-10-01
*
OCSP stapling: ssl_stapling_file support.
Maxim Dounin
2012-10-01
*
OCSP stapling: ssl_trusted_certificate directive.
Maxim Dounin
2012-10-01
*
Copyright updated.
Maxim Konovalov
2012-01-18
[next]