]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/ech: key management via stats socket
authorsftcd <stephen.farrell@cs.tcd.ie>
Fri, 26 Sep 2025 21:23:31 +0000 (22:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 30 Oct 2025 09:38:31 +0000 (10:38 +0100)
commit9aacb684cd6671698a281fd29f4a6920243b8e9c
tree159697a982f5151e00749735c7ab15fb7cd1b810
parent1e2f920be6bf56216ab793487f9aa5406f23ef7e
MINOR: ssl/ech: key management via stats socket

This patch extends the ECH support by adding runtime CLI commands to
view and modify ECH configurations.

New commands are added to the HAProxy CLI:
- "show ssl ech [<name>]" displays all ECH configurations or a specific
  one.
- "add ssl ech <name> <payload>" adds a new PEM-formatted ECH
  configuration.
- "set ssl ech <name> <payload>" replaces all existing ECH
  configurations.
- "del ssl ech <name> [<age-in-secs>]" removes ECH configurations,
  optionally filtered by age.
src/ech.c