Summary:
The documentation is still somewhat vague on the best use of the "HardwareAccel" option.
HardwareAccel 0|1If non-zero, try to use built-in (static) crypto hardware acceleration when available. (Default: 0)
Question_1:
If my CPU supports and have loaded aesni_intel on linux with OpenSSL is 1.0.1.j-1, should I leave HardwareAccel off or explicitly enable it?
Question_2:
What does "built-in (static) crypto hardware acceleration" refer to? Dedicated hardware, CPU-support or...?
Best regards