commit | 0bb482436c9cfe21b2e2af10177c4c323e735808 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Apr 16 17:59:23 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | f158a3693397f5d8a84351686cd4beb66b22ebac | |
parent | d5fd09d339dd3e86130428de142b5fc1808596ee [diff] |
MINOR: ssl: Add a cafile_entry type field The CA files and CRL files are stored in the same cafile_tree so this patch adds a new field the the cafile_entry structure that specifies the type of the entry. Since a ca-file can also have some CRL sections, the type will be based on the option used to load the file and not on its content (ca-file vs crl-file options).