From patchwork Sat Sep 25 07:08:22 2021 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: 4731 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3Z2jTlz3xWd for ; Sat, 25 Sep 2021 07:08:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HGg3Y6qbZz6mB; Sat, 25 Sep 2021 07:08:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HGg3Y60w7z2yWh; Sat, 25 Sep 2021 07:08:25 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3X19znz2xB7 for ; Sat, 25 Sep 2021 07:08:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HGg3W34Pyzks for ; Sat, 25 Sep 2021 07:08:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632553703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hppzTyoNsTQ6ixQPeGb8pgyP3ccXGE6kHBAJAn5GTTY=; b=gV6G3VcDtcriQp2mCgekJMrRNYv3KgBuiMTlfvfs8yBBhUKjSl4kOK5Vjg1eCpktZYtNZo go2UbTvLs+socLAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632553703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hppzTyoNsTQ6ixQPeGb8pgyP3ccXGE6kHBAJAn5GTTY=; b=GoEYvRt0MsaxP4DBQI4Ys0BWR8JNsF9iiwQEuyCxTHi1djVn6F3WAYtoaTBV48ycvsoQN0 K3iWoLWP+V1Y0GWr7ilF8RbSr43gFY2iYetfgpG7Wlb7PgndZBgRwHADg7lPtGXZ9KwMSc 2Zf83bMSNAPm4SOFDFa9rbf1eixjspe9c/xgYEwNpr5ZgHzEfhYVHyLRU+tOxG2m5zoxjf RvKtUyv/g65BU8Q7ktly3nln4E4bIJ9oN+Wa0YMM9v8/40+VK5oqDoYvUuitlzZJNKeJO1 ivPCh6wXQjyacWyaT426qbJfbmlFJuhgtqvACjxkTJQf2zok07qh1KX5auQ1nA== Subject: [PATCH 2/4] Tor: Use crypto hardware acceleration if available To: development@lists.ipfire.org References: From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <37079e43-a5af-db04-086e-750f04151b75@ipfire.org> Date: Sat, 25 Sep 2021 09:08:22 +0200 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" Signed-off-by: Peter Müller --- html/cgi-bin/tor.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index ce579aec1..2b0d93336 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -731,6 +731,7 @@ sub BuildConfiguration() { # Global settings. print FILE "Sandbox 1\n"; + print FILE "HardwareAccel 1\n"; print FILE "ControlPort $TOR_CONTROL_PORT\n"; if ($settings{'TOR_ENABLED'} eq 'on') {