]> git.proxmox.com Git - vncterm.git/commitdiff
bump DH_BITS to 2048
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Feb 2017 09:13:05 +0000 (10:13 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Feb 2017 07:27:34 +0000 (08:27 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
vncterm.c

index a077ea341e5c962c428dd788b143e69e97ac6028..0e33791e2a095ff181320c447ba94c4e9eb998a4 100644 (file)
--- a/vncterm.c
+++ b/vncterm.c
@@ -169,7 +169,7 @@ static void vnc_debug_gnutls_log(int level, const char* str) {
 }
 #endif
 
 }
 #endif
 
-#define DH_BITS 1024
+#define DH_BITS 2048
 static gnutls_dh_params_t dh_params;
 
 typedef struct {
 static gnutls_dh_params_t dh_params;
 
 typedef struct {