commit | 38c999b11c57eb1aa5ad958eb4c8d87b4995da76 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Feb 23 16:28:43 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | bb2f2ad67348c99b50c9cfd2539f43f2332a3933 | |
parent | 383fb1472e6d1a6d44e79c6f43341444d6fb434e [diff] |
MINOR: ssl: Add helper function to add cafile entries Adds a way to insert a new uncommitted cafile_entry in the tree. This entry will be the one fetched by any lookup in the tree unless the oldest cafile_entry is explicitely looked for. This way, until a "commit ssl ca-file" command is completed, there could be two cafile_entries with the same path in the tree, the original one and the newly updated one.