]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 16 Feb 2022 14:03:51 +0000 (15:03 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 18 Feb 2022 08:57:57 +0000 (09:57 +0100)
commit8081b6769902899346f4c717007841190118d349
tree9c80cc809dae5c8390f1b9b8b6aba24f6d6c245b
parenta9a591ab3dcf316e30506ec79eb9c255d2b2106c
BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command

When calling the "show ssl ocsp-response" CLI command some OpenSSL
objects need to be created in order to get some information related to
the OCSP response and some of them were not freed.

It should be backported to 2.5.
src/ssl_sock.c