nginx/src/event
Dmitry Volyntsev 71c93a8e09 SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.
Originally, the variables kept a result of X509_NAME_oneline(),
which is, according to the official documentation, a legacy
function.  It produces a non standard output form and has
various quirks and inconsistencies.

The RFC2253 compliant behavior is introduced for these variables.
The original variables are available through $ssl_client_s_dn_legacy
and $ssl_client_i_dn_legacy.
2016-10-21 16:28:39 +03:00
..
modules Stream: filters. 2016-09-15 14:55:46 +03:00
ngx_event_accept.c Stream: filters. 2016-09-15 14:55:46 +03:00
ngx_event_acceptex.c Removed unused flag accept_context_updated from ngx_event_t. 2016-06-29 14:30:00 +03:00
ngx_event_connect.c Stream: filters. 2016-09-15 14:55:46 +03:00
ngx_event_connect.h Modules compatibility: compatibility with NGX_HTTP_SSL. 2016-10-10 18:44:17 +03:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c OCSP stapling: fixed using wrong responder with multiple certs. 2016-09-12 20:11:06 +03:00
ngx_event_openssl.c SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn. 2016-10-21 16:28:39 +03:00
ngx_event_openssl.h SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn. 2016-10-21 16:28:39 +03:00
ngx_event_pipe.c Event pipe: do not set file's thread_handler if not needed. 2016-09-01 20:05:23 +03:00
ngx_event_pipe.h Modules compatibility: compatibility with NGX_THREADS. 2016-10-10 18:44:17 +03:00
ngx_event_posted.c Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event_posted.h Events: made posted events macros safe. 2015-03-27 19:57:15 +03:00
ngx_event_timer.c Events: simplified cycle in ngx_event_expire_timers(). 2014-08-25 13:37:06 +04:00
ngx_event_timer.h Events: removed broken thread support from event timers. 2014-08-25 13:34:39 +04:00
ngx_event.c Events: support for EPOLLEXCLUSIVE. 2016-07-15 15:18:57 +03:00
ngx_event.h Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. 2016-10-10 18:44:17 +03:00