]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: rework the error management in the OCSP callback
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 10:04:44 +0000 (11:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 10:23:00 +0000 (11:23 +0100)
commit6e4dd4c64c68a4481fdbd0d4487de76e52e05eaa
tree7b63db0d1c9c2098b0325f6fc51f8e87727e383e
parent0e6af9723333709ce604007f294848c8926ac851
MINOR: ssl: rework the error management in the OCSP callback

Use an error label to fail in the OCSP callback, instead of returns
everywhere.
src/ssl_ocsp.c