]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: allow to change the client-sigalgs on server lines
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jun 2023 12:11:46 +0000 (14:11 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jun 2023 12:11:46 +0000 (14:11 +0200)
commit593c895eed02e4e88b86f673d80aee3b0d64bd1b
tree77161cb45ade2c3a7b3f7f560d0c82e506a1a133
parent717f0ad995a38f8d02edd34a6950a8cbf14c97e5
MINOR: ssl: allow to change the client-sigalgs on server lines

This patch introduces the "client-sigalgs" keyword for the server line,
which allows to configure the list of server signature algorithms
negociated during the handshake. Also available as
"ssl-default-server-client-sigalgs" in the global section.
doc/configuration.txt
include/haproxy/server-t.h
include/haproxy/ssl_sock-t.h
src/cfgparse-ssl.c
src/ssl_sock.c