MEDIUM: ssl: add the possibility to use a global DH parameters file
authorRemi Gacogne <rgacogne@aquaray.fr>
Fri, 29 May 2015 13:53:22 +0000 (15:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 31 May 2015 20:02:00 +0000 (22:02 +0200)
commit47783ef05b3516d3ef7d590a772c859d36d54f61
tree15bcffe74dd97f39421ca85e2be600bb0cb3433b
parent79318d79ba584be4e39cb484be9916f85861d841
MEDIUM: ssl: add the possibility to use a global DH parameters file

This patch adds the ssl-dh-param-file global setting. It sets the
default DH parameters that will be used during the SSL/TLS handshake when
ephemeral Diffie-Hellman (DHE) key exchange is used, for all "bind" lines
which do not explicitely define theirs.
doc/configuration.txt
include/proto/ssl_sock.h
src/cfgparse.c
src/ssl_sock.c