commit | 97b0810f4c4034ea160d2c4f636c780f552570c0 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Apr 01 10:14:00 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Apr 01 20:10:53 2020 +0200 |
tree | 1679db4f8d921fff0e1ddf85c164e257fa12906e | |
parent | b17b884870e4a934f05f804c08dfaf8d7b54ed35 [diff] |
MINOR: ssl: split the line parsing of the crt-list In order to reuse the crt-list line parsing in "add ssl crt-list", the line parsing was extracted from crtlist_parse_file() to a new function crtlist_parse_line(). This function fills a crtlist_entry structure with a bind_ssl_conf and the list of filters.