]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add new "show ssl ocsp-response" CLI command
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 10 Jun 2021 11:51:13 +0000 (13:51 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 10 Jun 2021 14:44:11 +0000 (16:44 +0200)
commitd92fd11c77df0cfbdbe3806539a43544b24f5d74
treec313f4ffb17619b398265e5a2042f166b77c58f3
parent5aa1dce5ee401f695433b2b523a172ee551d969a
MINOR: ssl: Add new "show ssl ocsp-response" CLI command

This patch adds the "show ssl ocsp-response [<id>]" CLI command. This
command can be used to display the IDs of the OCSP tree entries along
with details about the entries' certificate ID (issuer's name and key
hash + serial number), or to display the details of a single
ocsp-response if an ID is given. The details displayed in this latter
case are the ones shown by a "openssl ocsp -respin <ocsp-response>
-text" call.
doc/management.txt
include/haproxy/ssl_sock.h
src/ssl_sock.c