MINOR: server: Make 'default-server' support 'no-ssl*' and 'no-tlsv*' keywords.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Mar 2017 10:32:20 +0000 (11:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Mar 2017 12:36:58 +0000 (14:36 +0200)
commit2cfcdbe58d515129a96de25e0c272d73aa68a682
tree46c240ccd0af30ed49bf9093dce236c6f09521ad
parentec16f0300a99142accbcc03d92c8ea3712c8c655
MINOR: server: Make 'default-server' support 'no-ssl*' and 'no-tlsv*' keywords.

This patch makes 'default-server' directive support 'no-sslv3' (resp. 'no-ssl-reuse',
'no-tlsv10', 'no-tlsv11', 'no-tlsv12', and 'no-tls-tickets') setting.
New keywords 'sslv3' (resp. 'ssl-reuse', 'tlsv10', 'tlsv11', 'tlsv12', and
'tls-no-tickets') have been added to disable these settings both in 'server' and
'default-server' directives.
src/ssl_sock.c