diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-30 19:38:20 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-30 19:38:20 -0400 |
commit | 83f4c7515f3eb06dc070e78edd2694c1d088e5fd (patch) | |
tree | 9c1453a7baa04f87b3e58a940f77b79781fe1e2a /src | |
parent | 3ecab1575ef1f45a5e7cd3c48cd937ffa8eb0ad9 (diff) |
Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512.
Wolfgang Breyha saw a real-world site using 768 bits.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/tls-gnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index c8bf634bc..db0e2115f 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -152,7 +152,7 @@ callbacks. */ #endif #ifndef EXIM_CLIENT_DH_MIN_BITS -#define EXIM_CLIENT_DH_MIN_BITS 1024 +#define EXIM_CLIENT_DH_MIN_BITS 512 #endif /* With GnuTLS 2.12.x+ we have gnutls_sec_param_to_pk_bits() with which we |