commit | c0b4058e7e9fa6a83f3ec0e771f5469b362d02b6 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Dec 20 11:11:06 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Dec 21 11:21:07 2022 +0100 |
tree | ecd2d2be6958e8d1267e6dab2fde5f5d4eb4b817 | |
parent | e09d2ae598cddcc598fefd58c737847fa68ade08 [diff] |
MINOR: ssl: Add helper function that checks the validity of an OCSP response This helper function will check that an OCSP response is valid, meaning that the proper "Content-Type: application/ocsp-response" header is present and the data itself is a proper OCSP_RESPONSE that can be checked thanks to the issuer certificate.