summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_openssl_stapling.c
diff options
context:
space:
mode:
authorNikolay Morozov <n.morozov@securitycode.ru>2019-03-26 09:33:57 +0300
committerNikolay Morozov <n.morozov@securitycode.ru>2019-03-26 09:33:57 +0300
commit52d9da8790a272a43ac1907c8ba55063bd9a38fe (patch)
treea4a1bda1424a856d29612505a0a4ffeac0125a6e /src/event/ngx_event_openssl_stapling.c
parent1c906828aee64d8ac7eb4df57f9134e27e709a3d (diff)
downloadnginx-52d9da8790a272a43ac1907c8ba55063bd9a38fe.tar.gz
nginx-52d9da8790a272a43ac1907c8ba55063bd9a38fe.tar.bz2
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).
Diffstat (limited to 'src/event/ngx_event_openssl_stapling.c')
0 files changed, 0 insertions, 0 deletions