]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/ckch: warn when the same keyword was used twice
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 17:18:38 +0000 (19:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 17:18:38 +0000 (19:18 +0200)
commit8b0d1a41136dede6b414b2432ecdcbfc821b37e0
tree9a6b89a8f4f76fb21c070a40ce38c35181db4381
parent9c0c05b7baa53cb07103d5a57768fc45238ee2ea
MINOR: ssl/ckch: warn when the same keyword was used twice

When using a crt-list or a crt-store, keywords mentionned twice on the
same line overwritte the previous value.

This patch emits a warning when the same keyword is found another time
on the same line.
src/ssl_ckch.c