]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: split the line parsing of the crt-list
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 1 Apr 2020 08:14:00 +0000 (10:14 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 1 Apr 2020 18:10:53 +0000 (20:10 +0200)
commit97b0810f4c4034ea160d2c4f636c780f552570c0
tree1679db4f8d921fff0e1ddf85c164e257fa12906e
parentb17b884870e4a934f05f804c08dfaf8d7b54ed35
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.
src/ssl_sock.c