]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add OCSP request helper function
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Dec 2022 10:11:05 +0000 (11:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 21 Dec 2022 10:21:07 +0000 (11:21 +0100)
commite09d2ae598cddcc598fefd58c737847fa68ade08
tree530ad1e51e6950d742a168bc09e7a3552cccd08b
parent47a4f1239d4571bcac2e8cc444db465b0e962d95
MINOR: ssl: Add OCSP request helper function

This function creates the url and body that will be used to build a
proper OCSP request for a given certid (following section A.1 of
RFC6960).
include/haproxy/ssl_sock.h
include/haproxy/tools.h
src/ssl_sock.c