commit | 648c83ecddba78f0235260fc2eab44e4524563dc | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Jan 09 12:02:48 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jan 09 15:43:41 2023 +0100 |
tree | da3e63299d9fba2b6bdab19dbd983d819ff72f15 | |
parent | 2d1daa8095023dde8738ed4d8b62bc5ad436a8bb [diff] |
MINOR: ssl: Limit ocsp_uri buffer size to minimum The ocsp_uri field of the certificate_ocsp structure was a 16k buffer when it could be hand allocated to just the required size to store the OCSP uri. This field is now behaving the same way as the sctl and ocsp_response buffers of the ckch_store structure.