Files
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
..
2016-09-15 14:55:46 +03:00
2016-09-15 14:55:46 +03:00
2016-09-15 14:55:46 +03:00
2012-01-18 15:07:43 +00:00