]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: Add a way to globally disable 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 16:33:11 +0000 (18:33 +0200)
commit6f21c5631a1668c0f866b25f34d0e3763f8e0639
tree36d7715bf96326540f6f6925d1feff93039490ae
parent5da35409882ed10bfb20d0c0cd4b48c60eab9c8b
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