diff options
author | Martin Peck <coder@peertech.org> | 2009-05-30 15:15:43 -0700 |
---|---|---|
committer | Martin Peck <coder@peertech.org> | 2009-05-30 15:15:43 -0700 |
commit | 65836d246dce0b5928bf6d9d580fce5786a23eb1 (patch) | |
tree | 5dea50de166f2c82c174c439428e4eafc171f0ad /doc | |
parent | 58168322477a9f847c14ac6282218e9f56a37c28 (diff) | |
download | tor-65836d246dce0b5928bf6d9d580fce5786a23eb1.tar.gz tor-65836d246dce0b5928bf6d9d580fce5786a23eb1.zip |
Remove warning about untested HardwareAccel option and clarify usage.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c9b344257d..db0637a75f 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -350,16 +350,17 @@ On startup, setuid to this user and setgid to their primary group. .LP .TP \fBHardwareAccel \fR\fB0\fR|\fB1\fP -If non-zero, try to use crypto hardware acceleration when -available. This is untested and probably buggy. (Default: 0) +If non-zero, try to use built-in (static) crypto hardware acceleration when +available. (Default: 0) .LP .TP -\fBAccelName \fR\fIEngineName\fP +\fBAccelName \fR\fINAME\fP When using OpenSSL hardware crypto acceleration attempt to load the dynamic -engine of this name. This must be used for any dynamic hardware engine. +engine of this name. This must be used for any dynamic hardware engine. Names +can be verified with the openssl engine command. .LP .TP -\fBAccelDir \fR\fIPath\fP +\fBAccelDir \fR\fIDIR\fP Specify this option if using dynamic hardware acceleration and the engine implementation library resides somewhere other than the OpenSSL default. .LP |