]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add a way to globally disable ktls. 20250820-ktls
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 13 Aug 2025 16:34:10 +0000 (16:34 +0000)
committerOlivier Houchard <cognet@ci0.org>
Wed, 20 Aug 2025 15:53:13 +0000 (17:53 +0200)
commit4d8936ec2298167eb777023364ff7fe757501a5c
treed4ea160e998729b3b5bbd758d5ccabdf11922f35
parent8b9a181b16cefb0143e01fded56ad5e6a3e75e91
MINOR: ssl: Add a way to globally disable ktls.

Add a new global option, "noktls", as well as a command line option,
"-dT", to totally disable ktls usage, even if it is activated on servers
or binds in the configuration.
That makes it easier to quickly figure out if a problem is related to
ktls or not.
doc/configuration.txt
doc/management.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/haproxy.c
src/ssl_sock.c