From 47783ef05b3516d3ef7d590a772c859d36d54f61 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 29 May 2015 15:53:22 +0200 Subject: [PATCH] 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 | 17 ++++++++++- include/proto/ssl_sock.h | 3 ++ src/cfgparse.c | 18 ++++++++++++ src/ssl_sock.c | 61 ++++++++++++++++++++++++++++++---------- 4 files changed, 83 insertions(+), 16 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 96766438f..655ede06c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -766,6 +766,20 @@ ssl-default-server-options [