Revert "Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512." exim-4_80
authorPhil Pennock <pdp@exim.org>
Thu, 31 May 2012 00:40:15 +0000 (20:40 -0400)
committerPhil Pennock <pdp@exim.org>
Thu, 31 May 2012 00:40:15 +0000 (20:40 -0400)
This reverts commit 83f4c7515f3eb06dc070e78edd2694c1d088e5fd.

This was not a new check!  The call to gnutls_dh_set_prime_bits() was
made with DH_BITS in Exim 4.77, so the only difference is that now an
administrator can choose at compile time to change the lower bound.

So keeping this at 1024 is not a regression and if we can't talk to them
now, we couldn't before, and we shouldn't lower security by default.
The reverted commit was only acceptable IF it was still better than what
we had in Exim 4.77.


No differences found