]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: check on forbidden character on wrong value
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 17 Apr 2024 18:28:36 +0000 (20:28 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 17 Apr 2024 19:00:25 +0000 (21:00 +0200)
commitff4a0f656211499e1098a5bdd03e65034c14c0b9
treed23c7c956804a8397d26615980780f76f906867a
parentbdee8ace814139771efa90cc200c67e7d9b72751
BUG/MINOR: ssl: check on forbidden character on wrong value

The check on the forbidden '/' for the crt-store load keyword was done
on the keyword instead of the value itself.

No backport needed.
src/ssl_ckch.c