b6ae2aafde43 ("MINOR: ssl: allow to change the signature algorithm for
client authentication") implemented the client-sigals keyword in the
crt-list but never the dump of the keyword over the CLI.
Must be backported as far as 2.8.
space++;
}
+ if (conf->client_sigalgs) {
+ if (space) chunk_appendf(buf, " ");
+ chunk_appendf(buf, "client-sigalgs %s", conf->client_sigalgs);
+ space++;
+ }
+
/* the crt-lists only support ssl-min-ver and ssl-max-ver */
if (conf->ssl_methods_cfg.min) {
if (space) chunk_appendf(buf, " ");