]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add a "flags" field to ssl_sock_ctx.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 20 Aug 2025 13:30:48 +0000 (13:30 +0000)
committerOlivier Houchard <cognet@ci0.org>
Wed, 20 Aug 2025 15:28:03 +0000 (17:28 +0200)
commit2623b7822eb18ae7daf7c1a066eecc011ec73b4e
treede86a7fd4bec940027df6f9a9409e21c0fe16b66
parent3d685fcb7dc4082ea68608b03d0e5eee400c15c8
MINOR: ssl: Add a "flags" field to ssl_sock_ctx.

Instead of adding more separate fields in ssl_sock_ctx, add a "flags"
one.
Convert the "can_send_early_data" to the flag SSL_SOCK_F_EARLY_ENABLED.
More flags will be added for kTLS support.
include/haproxy/ssl_sock-t.h
src/ssl_sock.c