[pve-devel] [PATCH vncterm 1/5] bump DH_BITS to 2048
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Feb 2 10:13:05 CET 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
this only affects Jessie, see next patch
vncterm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vncterm.c b/vncterm.c
index a077ea3..0e33791 100644
--- a/vncterm.c
+++ b/vncterm.c
@@ -169,7 +169,7 @@ static void vnc_debug_gnutls_log(int level, const char* str) {
}
#endif
-#define DH_BITS 1024
+#define DH_BITS 2048
static gnutls_dh_params_t dh_params;
typedef struct {
--
2.1.4
More information about the pve-devel
mailing list