summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-12-04 15:15:00 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-12-04 15:15:00 +0000
commit87054a3157ebc73881a49adfa3aec755babd2052 (patch)
tree3e1ca647eab005b6612d83da53b6e06ac4842f6f
parentd78371933afdcbdb420e40a2855b548a4673dc3d (diff)
Increase DH_BITS in tls-gnu.c from 768 to 1024.
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--src/src/tls-gnu.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index f429b15d8..86bc01f45 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.440 2006/12/04 15:00:19 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.441 2006/12/04 15:15:00 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -338,6 +338,8 @@ PH/49 Although default lookup types such as lsearch* or cdb*@ have always been
restricted to single-key lookups, Exim was not diagnosing an error if
* or *@ was used with a query-style lookup.
+PH/50 Increased the value of DH_BITS in tls-gnu.c from 768 to 1024.
+
Exim version 4.63
-----------------
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c
index fa3b2bddc..34b03e685 100644
--- a/src/src/tls-gnu.c
+++ b/src/src/tls-gnu.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/tls-gnu.c,v 1.14 2006/10/16 13:20:18 ph10 Exp $ */
+/* $Cambridge: exim/src/src/tls-gnu.c,v 1.15 2006/12/04 15:15:00 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -22,7 +22,7 @@ functions from the GnuTLS library. */
#define UNKNOWN_NAME "unknown"
-#define DH_BITS 768
+#define DH_BITS 1024
#define PARAM_SIZE 2*1024