commit | d4774d3cfa550b27ac6e001771e4457c7e35968a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Jul 29 17:08:02 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Aug 19 19:58:53 2022 +0200 |
tree | 99bc31b33042295b6c868db4b8d3fa4d92cc3df4 | |
parent | ec7eb59d206a2eb58b1d325483d196e8daaf9285 [diff] |
MINOR: ssl: handle ca-file appending in cafile_entry In order to be able to append new CA in a cafile_entry, ssl_store_load_ca_from_buf() was reworked and a "append" parameter was added. The function is able to keep the previous X509_STORE which was already present in the cafile_entry.