]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: clarify ssl-f-use errors in post-section parsing
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Feb 2026 17:22:53 +0000 (18:22 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Feb 2026 17:41:08 +0000 (18:41 +0100)
commit0016d45a9cea4c0d601a4409448f348414575ee3
tree05a085f5bcf3b1440105ecc905d99c0d9b9d0c8f
parente0d1cdff6a277ba52f32b8ef119908a32efbfe6c
BUG/MINOR: ssl: clarify ssl-f-use errors in post-section parsing

crtlist_load_crt() in post_section_frontend_crt_init() won't give
details about the line being parsed, this should be done by the caller.

Modify post_section_frontend_crt_init() to ouput the right error format.

Must be backported to 3.2.
src/cfgparse-ssl.c