소스 검색

Remove warning about untested HardwareAccel option and clarify usage.

Martin Peck 16 년 전
부모
커밋
65836d246d
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      doc/tor.1.in

+ 6 - 5
doc/tor.1.in

@@ -350,16 +350,17 @@ On startup, setuid to this user and setgid to their primary group.
 .LP
 .LP
 .TP
 .TP
 \fBHardwareAccel \fR\fB0\fR|\fB1\fP
 \fBHardwareAccel \fR\fB0\fR|\fB1\fP
-If non-zero, try to use crypto hardware acceleration when
+If non-zero, try to use built-in (static) crypto hardware acceleration when
-available. This is untested and probably buggy. (Default: 0)
+available. (Default: 0)
 .LP
 .LP
 .TP
 .TP
-\fBAccelName \fR\fIEngineName\fP
+\fBAccelName \fR\fINAME\fP
 When using OpenSSL hardware crypto acceleration attempt to load the dynamic
 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
 .LP
 .TP
 .TP
-\fBAccelDir \fR\fIPath\fP
+\fBAccelDir \fR\fIDIR\fP
 Specify this option if using dynamic hardware acceleration and the engine
 Specify this option if using dynamic hardware acceleration and the engine
 implementation library resides somewhere other than the OpenSSL default.
 implementation library resides somewhere other than the OpenSSL default.
 .LP
 .LP