]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: allow to change the server signature algorithm on server lines
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jun 2023 11:29:59 +0000 (13:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jun 2023 11:40:18 +0000 (13:40 +0200)
commit717f0ad995a38f8d02edd34a6950a8cbf14c97e5
tree44a3eead13c224c8f753017376f542e0f76c153d
parentf473eb72066e02d44837fd77110b6ca5bdea97e2
MINOR: ssl: allow to change the server signature algorithm on server lines

This patch introduces the "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-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