From patchwork Sun Dec 10 21:17:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 1585 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 1D08A615DF for ; Sun, 10 Dec 2017 11:17:27 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id A533B352C; Sun, 10 Dec 2017 11:17:26 +0100 (CET) Received: from mx.link38.eu (mx.link38.eu [IPv6:2a03:4000:17:39a::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.link38.eu", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 67BB8352C for ; Sun, 10 Dec 2017 11:17:24 +0100 (CET) X-Virus-Scanned: ClamAV at mx.link38.eu Received: from mx-fra.brokers.link38.eu (mx-fra.brokers.link38.eu [10.141.75.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx.link38.eu (Postfix) with ESMTPS id 951D3402FB for ; Sun, 10 Dec 2017 11:17:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx-fra.brokers.link38.eu (Postfix) with ESMTPSA id 18A899F73D for ; Sun, 10 Dec 2017 11:17:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=link38.eu; s=201711; t=1512901038; x=1575973038; bh=Q3iGY5zXPs+WEk6KRE0cN88jaIbCuhhjFDrGYIaGoTA=; h=Date:From:To:Subject:Message-ID:Content-Type:From:To:Subject:Date: Cc; b=XbR/PstFRKA+nmATnklb9dlKIZlCt1zrPrND7wc/MVMuQ7E+m2VgylOCrmG9I20bY ej85yjMsoyjo7GAPFokyBer1F2dlhV98XZAPfhSjLWgic/izXkS0ehS/n+0ONn1dww Aey3JdXqbzmp8v7XHuSae0Fum7P5rhVA27SLPW3zokVS9NkhrAaQzJvRUrsFgnTukb wIrEhA3BJhYXEiI5AQNMgeYDipt2BEr9e9wpOcz+s1MFtWI3x8sTqTW4+6aRPuNsmo LmktPHM/RkLqugGrG2dMpSXxPV776ONCF4+OlgtmdI3Y6UKg9pZ22fTiCpqId/8NmC Fv2Uslo0Ws09A== Date: Sun, 10 Dec 2017 11:17:16 +0100 From: Peter =?utf-8?q?M=C3=BCller?= To: "development@lists.ipfire.org" Subject: [PATCH] mark 3DES and 1024 bit DH params as weak Message-ID: <20171210111716.08300014.peter.mueller@link38.eu> Organization: Link38 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" These are not considered secure anymore but are unfortunately still needed in some cases (legacy hardware, ...). Signed-off-by: Peter Müller --- html/cgi-bin/ovpnmain.cgi | 2 +- html/cgi-bin/vpnmain.cgi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index ceb88c156..638e8ef0f 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -1320,7 +1320,7 @@ END
@@ -2490,7 +2490,7 @@ if(($cgiparams{'ACTION'} eq $Lang::tr{'advanced'}) || - +