]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: allow to change the signature algorithm for client authentication
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 4 May 2023 22:05:46 +0000 (00:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 4 May 2023 22:05:46 +0000 (00:05 +0200)
commitb6ae2aafde4373c6959a9937878189b75936a009
tree34407d073d3163f64ec542aa149054edb558836c
parent1d3c822300003bf40f4d723109c690ad2944baf2
MINOR: ssl: allow to change the signature algorithm for client authentication

This commit introduces the keyword "client-sigalgs" for the bind line,
which does the same as "sigalgs" but for the client authentication.

"ssl-default-bind-client-sigalgs" allows to set the default parameter
for all the bind lines.

This patch should fix issue #2081.
doc/configuration.txt
include/haproxy/listener-t.h
include/haproxy/ssl_sock-t.h
src/cfgparse-ssl.c
src/ssl_crtlist.c
src/ssl_sock.c