From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 2/4] Tor: Use crypto hardware acceleration if available Date: Mon, 27 Sep 2021 19:46:50 +0100 Message-ID: <5438800B-3D00-4F77-9359-99332D90E85B@ipfire.org> In-Reply-To: <37079e43-a5af-db04-086e-750f04151b75@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1775900122712983828==" List-Id: --===============1775900122712983828== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Can you elaborate a little bit more on this? Tor is using OpenSSL which by default should use RDRAND, AES-NI (if applicabl= e) and so on. What does this option change? -Michael > On 25 Sep 2021, at 08:08, Peter M=C3=BCller wr= ote: >=20 > Signed-off-by: Peter M=C3=BCller > --- > html/cgi-bin/tor.cgi | 1 + > 1 file changed, 1 insertion(+) >=20 > 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() { >=20 > # Global settings. > print FILE "Sandbox 1\n"; > + print FILE "HardwareAccel 1\n"; > print FILE "ControlPort $TOR_CONTROL_PORT\n"; >=20 > if ($settings{'TOR_ENABLED'} eq 'on') { > --=20 > 2.26.2 --===============1775900122712983828==--