MINOR: ssl: support crl arg for dynamic servers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 14 Jun 2021 08:10:32 +0000 (10:10 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 18 Jun 2021 14:42:26 +0000 (16:42 +0200)
commitfde82605cda91d313f947f081f345fcb3c593e7e
tree75e5b5362b03a52a48d4fce02552e8bbdf18b01f
parent93be21e0c6a95275455ebbd152519a380eace55c
MINOR: ssl: support crl arg for dynamic servers

File-access through ssl_store_load_locations_file is deactivated if
srv_parse_crl is used at runtime for a dynamic server. The crl must
have already been loaded either in the config or through the 'ssl crl'
CLI commands.
src/cfgparse-ssl.c