MINOR: ssl: Add way to dump ocsp response in base64
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 28 Feb 2023 16:46:28 +0000 (17:46 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 2 Mar 2023 14:37:22 +0000 (15:37 +0100)
commit9c4437d0241a8d2e29b1693e0a8d7e1b2894e64e
treeb5f39172800e53d17373d1500ed4457d4fb3e5fc
parent7e1a62e2b423b7aa698ec4fc9ca7fabbdf75ccd1
MINOR: ssl: Add way to dump ocsp response in base64

A new format option can be passed to the "show ssl ocsp-response" CLI
command to dump the contents of an OCSP response in base64. This is
needed because thanks to the new OCSP auto update mechanism, we could
end up using an OCSP response internally that was never provided by the
user.
doc/management.txt
src/ssl_ocsp.c