commit | d85227fca20a5c793857c1632283ef4a2120285a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Feb 07 17:06:35 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Feb 07 17:28:54 2023 +0100 |
tree | 0400056a6df412c7866e78fe72ecb60a1a77557c | |
parent | 655a7bcac15f5718d81ace99c988288e0df98014 [diff] |
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.