BUG/MINOR: ssl/crt-list: warn when a line is malformated
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Feb 2023 16:06:35 +0000 (17:06 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Feb 2023 16:28:54 +0000 (17:28 +0100)
commitd85227fca20a5c793857c1632283ef4a2120285a
tree0400056a6df412c7866e78fe72ecb60a1a77557c
parent655a7bcac15f5718d81ace99c988288e0df98014
BUG/MINOR: ssl/crt-list: warn when a line is malformated

Display a warning when some text exists between the filename and the
options. This part is completely ignored so if there are filters here,
they were never parsed.

This could be backported in every versions. In the older versions, the
parsing was done in ssl_sock_load_cert_list_file() in ssl_sock.c.
src/ssl_crtlist.c