commit | 0c96ee48b4abcb0f5f9fc5b1f9f3e7d7311ebdef | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Wed Mar 01 16:11:50 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Mar 02 15:37:15 2023 +0100 |
tree | 95dbb867f7a51c7dde132e82d7f9ec5a63f7a3a0 | |
parent | ad6cba83a407c36954af9ef4c953cb0a5040657c [diff] |
MINOR: ssl: Add certificate's path to certificate_ocsp structure In order to have some information about the frontend certificate when dumping the contents of the ocsp update tree from the cli, we could either keep a reference to a ckch_store in the certificate_ocsp structure, which might cause some dangling reference problems, or simply copy the path to the certificate in the ocsp response structure. This latter solution was chosen because of its simplicity.