]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Increased the default DH bits limit.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 14 Apr 2003 07:38:03 +0000 (07:38 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 14 Apr 2003 07:38:03 +0000 (07:38 +0000)
lib/gnutls_state.c

index a8120e43267c5f183b24fa0b53717be6b634ac54..7f6c52a4243272a2f77b13df2acfa92c76ca0b8b 100644 (file)
@@ -145,7 +145,7 @@ void _gnutls_handshake_internal_state_clear( gnutls_session session) {
 
 }
 
-#define MIN_DH_BITS 511
+#define MIN_DH_BITS 727
 #define _gnutls_free(x) if(x!=NULL) gnutls_free(x)
 /**
   * gnutls_init - This function initializes the session to null (null encryption etc...).