opnsense-plugins/security/tor
haarp 6d024bc0ac Enable hardware acceleration in TOR
On suitable hardware platforms, FreeBSD/OPNsense supports hardware acceleration for crypto. Verified with https://stackoverflow.com/a/28614159/5424487

TOR however is not set up to make use of this. This change should enable it. From https://www.freebsd.org/cgi/man.cgi?tor(1):

```
       HardwareAccel 0|1
	   If non-zero,	try to use built-in (static) crypto hardware
	   acceleration	when available.	Can not	be changed while tor is
	   running. (Default: 0)
```

Because TOR (or rather OpenSSL) will fall back to software crypto when hardware crypto is not available (unless `AccelName` is also set), i see no need to make this flag configurable in the web UI, making this a very trivial PR :)
2022-10-18 14:50:18 +02:00
..
src Enable hardware acceleration in TOR 2022-10-18 14:50:18 +02:00
Makefile security/tor: move to NAME_setup use 2022-09-06 08:51:26 +02:00
pkg-descr security/tor: add missing package description 2017-09-18 14:08:52 +02:00