commit | b6ae2aafde4373c6959a9937878189b75936a009 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri May 05 00:05:46 2023 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri May 05 00:05:46 2023 +0200 |
tree | 34407d073d3163f64ec542aa149054edb558836c | |
parent | 1d3c822300003bf40f4d723109c690ad2944baf2 [diff] |
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.