MINOR: ssl: add support for 'curves' keyword on server lines
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 7 Sep 2023 21:13:15 +0000 (23:13 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 7 Sep 2023 21:29:10 +0000 (23:29 +0200)
commit15e591b6e0d1ee76a31a87f99b357bde3cc97dd5
treedee5f7be05976e80b34a6ebc4f5bb588bca475a7
parent5c923f1869881156bf3a25c9659655ae10f7dbd0
MINOR: ssl: add support for 'curves' keyword on server lines

This patch implements the 'curves' keyword on server lines as well as
the 'ssl-default-server-curves' keyword in the global section.

It also add the keyword on the server line in the ssl_curves reg-test.

These keywords allow the configuration of the curves list for a server.
doc/configuration.txt
include/haproxy/server-t.h
include/haproxy/ssl_sock-t.h
reg-tests/ssl/ssl_curves.vtc
src/cfgparse-ssl.c
src/ssl_sock.c