]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: ssl/cli: tls-keys commands are missing permission checks
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 25 Mar 2026 10:54:09 +0000 (11:54 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Mar 2026 10:18:26 +0000 (12:18 +0200)
commit453a01387be1304d9d89e597dd915cf1501da14b
tree750c0dae8b6c721f6f3eaa3cd41e5d09f6005969
parent25366f6dc16a42148bbaffc8fe35790d159e6c95
BUG/MEDIUM: ssl/cli: tls-keys commands are missing permission checks

Both 'set ssl tls-key' and 'show tls-keys' command are missing the
permission checks so the commands can be used only in admin mode.

Must be backported to 3.3. This can be a breaking change for some users.

Initially reported by Cameron Brown.
src/ssl_sock.c