]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add sample fetches related to OCSP update
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 28 Feb 2023 16:46:24 +0000 (17:46 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 2 Mar 2023 14:37:18 +0000 (15:37 +0100)
commitd42c896216fda687bee8252b3daaf22acdb17e2c
treee190ac7773d50876462c71c0f445780591c5864b
parentd14fc51613fa05aa57d92f12df3b3cc3c1591950
MINOR: ssl: Add sample fetches related to OCSP update

This patch adds a series of sample fetches that rely on the specified
OCSP update context structure. They will then be of use only in the
context of an ongoing OCSP update.
They cannot be used directly in the configuration so they won't be made
public. They will be used in the OCSP update's specific log format which
should be emitted by the update task itself in a future patch.
src/ssl_ocsp.c