nginx/src
Nikolay Morozov 52d9da8790 SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.
If X509_get_issuer_name() or X509_get_subject_name() returned NULL,
this could lead to a certificate reference leak.  It cannot happen
in practice though, since each function returns an internal pointer
to a mandatory subfield of the certificate successfully decoded by
d2i_X509() during certificate message processing (closes #1751).
2019-03-26 09:33:57 +03:00
..
core Version bump. 2019-03-26 18:25:08 +03:00
event SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn. 2019-03-26 09:33:57 +03:00
http Multiple addresses in "listen". 2019-03-15 15:45:56 +03:00
mail Multiple addresses in "listen". 2019-03-15 15:45:56 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed portability issues with union sigval. 2019-01-28 14:33:31 +00:00
stream Multiple addresses in "listen". 2019-03-15 15:45:56 +03:00